diff options
Diffstat (limited to 'templates/gallerypost.rs.html')
| -rw-r--r-- | templates/gallerypost.rs.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/gallerypost.rs.html b/templates/gallerypost.rs.html index b85c716..9feae1a 100644 --- a/templates/gallerypost.rs.html +++ b/templates/gallerypost.rs.html @@ -14,11 +14,11 @@ <!-- Facebook --> <meta property="og:type" content="website" /> <meta property="og:title" content="@post.front_matter.title" /> -<meta property="og:site_name" content="Christine Dodrill's Blog" /> +<meta property="og:site_name" content="Xe's Blog" /> <!-- Description --> -<meta name="description" content="@post.front_matter.title - Christine Dodrill's Blog" /> -<meta name="author" content="Christine Dodrill"> +<meta name="description" content="@post.front_matter.title - Xe's Blog" /> +<meta name="author" content="Xe"> <link rel="canonical" href="https://christine.website/@post.link"> @@ -36,11 +36,13 @@ @}, "author": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @}, "publisher": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @} @} </script> |
