Updated social graph on about page.
This commit is contained in:
@ -23,7 +23,7 @@ ORDER BY value ASC");
|
||||
<title>About Infopump</title>
|
||||
<title><?php echo $SiteName.': '.$SubName;?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content=<?php echo '"'.$SiteName.' - '.$SubName.'"/>';?>
|
||||
<meta name="description" content=<?php echo '"About '.$SiteName.' - '.$SubName.'" />';?>
|
||||
<meta name="keywords" content="free software, open source, bibliography, cyberpunk, books, media, movies, video games" />
|
||||
<meta name="author" content="Daniel Messer" />
|
||||
|
||||
@ -42,7 +42,7 @@ ORDER BY value ASC");
|
||||
-->
|
||||
|
||||
<!-- Facebook and Twitter integration -->
|
||||
<meta property="og:title" content=<?php echo '"'.$SiteName.'" />';?>
|
||||
<meta property="og:title" content=<?php echo '"About '.$SiteName.'" />';?>
|
||||
|
||||
<meta property="og:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
||||
|
||||
@ -52,7 +52,7 @@ ORDER BY value ASC");
|
||||
|
||||
<meta property="og:description" content=<?php echo '"'.$SubName.'" />';?>
|
||||
|
||||
<meta name="twitter:title" content=<?php echo '"'.$SiteName.' - '.$SubName.'" />';?>
|
||||
<meta name="twitter:title" content=<?php echo '"About '.$SiteName.' - '.$SubName.'" />';?>
|
||||
|
||||
<meta name="twitter:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
||||
|
||||
|
Reference in New Issue
Block a user