diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:59:24 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:59:24 +0100 |
commit | 5bdfb4d4a2dcb83e466b4c021548a0eac6171f25 (patch) | |
tree | 553859883bac42bca2df793dd4c9d2e8912f9041 | |
parent | 6732e09eeff4ea52603d27b59a7cdb9000333cb3 (diff) | |
download | website-5bdfb4d4a2dcb83e466b4c021548a0eac6171f25.tar.gz |
IndieWeb part 9
-rw-r--r-- | _layouts/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 784fbe2..40e3bc8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,6 +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> |