summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 15:04:48 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 15:04:48 +0100
commitf54d001d37557b2fd18be4e3702d3a484436ae9b (patch)
tree1ff51ac166d446f23133e8b6c9eef3860760c006
parentd96b268dddac7fb5ef21e567a56b2c199927c85f (diff)
downloadwebsite-f54d001d37557b2fd18be4e3702d3a484436ae9b.tar.gz
Undo fix as it didn't actually work
-rw-r--r--_layouts/post.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 34e5730..a00961b 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,7 +11,13 @@ layout: default
 </time>
 
 <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p>
-<a rel="author" style="display: none;" href="https://mounderfod.online"></a>
+<span rel="author" class="h-card p-author" style="display: none;">
+    <p class="p-name">Noah</p>
+    <p class="p-nickname">mounderfod</p>
+    <p class="p-given-name">Noah</p>
+    <a class="u-url" rel="me" href="https://mounderfod.online"></a>
+    <p class="p-country-name">United Kingdom</p>
+  </span>
 <a class="u-url" style="display: none;" href="https://mounderfod.online{{page.url}}">https://mounderfod.online{{page.url}}</a>
 
 {% for tag in page.tags %}