File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
< head >
23
23
< meta charset ="UTF-8 " />
24
24
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
25
+ < meta name ="twitter:card " content ="summary_large_image " />
26
+ < meta name ="twitter:site " content ="@commonwl " />
27
+ < meta name ="twitter:title " th:content ="${'CWL Workflow: ' + workflow.label} " />
28
+ < meta name ="twitter:description " th:if ="${workflow.doc != null} " th:content ="${workflow.doc} " />
29
+ < meta name ="twitter:image " th:content ="${appURL + '/workflows/' + workflow.id + '/graph/png'} " />
25
30
< title > Common Workflow Language Viewer</ title >
26
31
< link rel ="stylesheet " type ="text/css " th:href ="@{/css/main.css} " href ="../static/css/main.css " />
27
32
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
You can’t perform that action at this time.
0 commit comments