File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <!-- add citation metadata -->
1515 <meta property ="og:title" content ={paper .title } />
1616 <meta property =" og:type" content =" article" />
17+ <meta property ="og:image" content ={` ${hostname }/${paper .thumbnail } ` } />
18+ <meta property ="og:url" content ={` ${hostname }/papers/${paper .web_name } ` } />
1719 <meta name =" twitter:card" content =" summary" />
1820 <meta name =" twitter:site" content =" @uwdata" />
1921 <meta property ="twitter:title" content ={paper .title } />
20- <meta property ="og:image" content ={` ${hostname }/${paper .thumbnail } ` } />
2122 <meta property ="twitter:image" content ={` ${hostname }/${paper .thumbnail } ` } />
23+ <meta property =" twitter:image:alt" content =" Project thumbnail image." />
2224 {#if paper .doi }<meta name ="citation_doi" content ={paper .doi } />{/if }
2325 <meta name ="citation_title" content ={paper .title } />
2426 <meta name ="citation_ {venue .venueType === ' journal' ? ' journal' : ' inbook' }_title" content ={venue .fullName } />
You can’t perform that action at this time.
0 commit comments