summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-10 18:54:25 +0200
committerWynn Wolf Arbor2020-04-10 18:54:25 +0200
commitbbaaf25de206afa4b09ebb456b8fe5bbe2b56f22 (patch)
tree58db9b59e4f3c52fb6996474f1f72ee9ab1ce8e9
parent6fa489e1a271be8ae948e3c7b54ee199bf509238 (diff)
downloadsite-bbaaf25de206afa4b09ebb456b8fe5bbe2b56f22.tar.gz
templates: Add date and author to head metadata
-rw-r--r--templates/post.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/post.xml b/templates/post.xml
index d38a399..2e6a208 100644
--- a/templates/post.xml
+++ b/templates/post.xml
@@ -7,6 +7,8 @@
<link rel="icon" href="../logo.svg"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <meta name="date" scheme="YYYY-MM-DD" content="${sblg-date}" />
+ <meta name="author" content="${sblg-authortext}" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="${sblg-titletext}" />
<meta name="twitter:description" content="oriole.systems ยท an oriole's pendent nest" />