Updated social graph on about page.

This commit is contained in:
2023-11-01 21:37:02 -05:00
parent df8e9d6827
commit 064f620ff1
2 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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" />';?>