summary refs log tree commit diff stats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 15:03:32 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 15:03:32 +0100
commitd96b268dddac7fb5ef21e567a56b2c199927c85f (patch)
treec725e69de82d84de8dcedf3519e1baa35a29b81b /_layouts/post.html
parent8db9805a6884c3122b9a51e562ea792e98982447 (diff)
downloadwebsite-d96b268dddac7fb5ef21e567a56b2c199927c85f.tar.gz
Avoid repeating h-card twice on blog posts
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index a00961b..34e5730 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,13 +11,7 @@ layout: default
 </time>
 
 <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p>
-<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 rel="author" style="display: none;" href="https://mounderfod.online"></a>
 <a class="u-url" style="display: none;" href="https://mounderfod.online{{page.url}}">https://mounderfod.online{{page.url}}</a>
 
 {% for tag in page.tags %}