Updated social avatar.
This commit is contained in:
1
TODO.md
1
TODO.md
@ -14,3 +14,4 @@ In no particular order, here is a semi-current list of things to be done in Info
|
||||
[ ] Hook up social graphs and metadata on the item record page
|
||||
[ ] Hook up social graphs and metadata on basic title search
|
||||
[ ] Add image (mostly Pixabay) credits
|
||||
[ ] Social image on home page should be switched to a local image
|
@ -45,12 +45,12 @@ LIMIT 4');
|
||||
|
||||
<!-- Facebook and Twitter integration -->
|
||||
<meta property="og:title" content="Infopump"/>
|
||||
<meta property="og:image" content="https://i.imgur.com/LGdE8aW.jpg"/>
|
||||
<meta property="og:image" content="https://i.imgur.com/kC3rZ1f.jpg"/>
|
||||
<meta property="og:url" content=""/>
|
||||
<meta property="og:site_name" content="Infopump: A bibliographic display system"/>
|
||||
<meta property="og:description" content="A bibliographic display system"/>
|
||||
<meta name="twitter:title" content="Infopump: A bibliographic display system" />
|
||||
<meta name="twitter:image" content="https://i.imgur.com/LGdE8aW.jpg" />
|
||||
<meta name="twitter:image" content="https://i.imgur.com/kC3rZ1f.jpg" />
|
||||
<meta name="twitter:url" content="" />
|
||||
<meta name="twitter:card" content="" />
|
||||
|
||||
|
Reference in New Issue
Block a user