diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:57:13 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:57:13 +0100 |
commit | ebad2fe90f5d3fb1c5da63c1fc9db7aafa7fc1e6 (patch) | |
tree | fe76baaba121bb9ebc3756ce0611621191ef9ad2 | |
parent | c3d8ae5c36f7060bb00245233e723dc78522f032 (diff) | |
download | website-ebad2fe90f5d3fb1c5da63c1fc9db7aafa7fc1e6.tar.gz |
IndieWeb part end me
-rw-r--r-- | _layouts/post.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index c610a13..02b8d3f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,10 @@ layout: default <p><em style="color: gray">{{page.date | date: "%-d %B %Y"}}</em></p> </time> <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p> - +<a rel="author" class="p-author h-card" style="display: none;" href="…">mounderfod</a> +{% for tag in page.tags %} +<p class="p-category" style="display: none;">{{tag}}</p> +{% endfor %} <div class="e-content" style="color: black;">{{content}}</div> <p> |