aboutsummaryrefslogtreecommitdiff
path: root/templates/blogpost.rs.html
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-08-07 12:22:05 -0400
committerChristine Dodrill <me@christine.website>2021-08-07 12:22:05 -0400
commit1d48db940b134fb6bedc53f327f19618d6643368 (patch)
tree10171b4acbd861b2f2339c52f77728d33660c419 /templates/blogpost.rs.html
parent6b8b70321c7309313385ab8581abf97724e24312 (diff)
downloadxesite-1d48db940b134fb6bedc53f327f19618d6643368.tar.xz
xesite-1d48db940b134fb6bedc53f327f19618d6643368.zip
Xe
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'templates/blogpost.rs.html')
-rw-r--r--templates/blogpost.rs.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html
index 77d181f..a4d01be 100644
--- a/templates/blogpost.rs.html
+++ b/templates/blogpost.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">
@if post.front_matter.redirect_to.is_none() {
<link rel="canonical" href="https://christine.website/@post.link">
@@ -38,11 +38,13 @@
@},
"author": @{
"@@type": "Person",
- "name": "Christine Dodrill"
+ "name": "Xe",
+ "alternateName": "Christine Dodrill"
@},
"publisher": @{
"@@type": "Person",
- "name": "Christine Dodrill"
+ "name": "Xe",
+ "alternateName": "Christine Dodrill"
@}
@}
</script>