diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:58:28 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:58:28 +0100 |
commit | 6732e09eeff4ea52603d27b59a7cdb9000333cb3 (patch) | |
tree | 77667f110fe61c122e39914cd0d5f7147fa9143c /_layouts | |
parent | ebad2fe90f5d3fb1c5da63c1fc9db7aafa7fc1e6 (diff) | |
download | website-6732e09eeff4ea52603d27b59a7cdb9000333cb3.tar.gz |
IndieWeb part 8?
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 02b8d3f..784fbe2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,12 @@ 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> +<span rel="author" class="h-card p-author" style="display: none;"> + <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> {% for tag in page.tags %} <p class="p-category" style="display: none;">{{tag}}</p> {% endfor %} |