diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:35:12 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 13:35:12 +0100 |
commit | 19b1ee028f4b694c0878b47eff941d6600da9496 (patch) | |
tree | 49040f1e653eed9cbcf5bef3d91af912e560b5fd /_layouts/post.html | |
parent | fd1a95afae711a629ede80960334978bc204e28f (diff) | |
download | website-19b1ee028f4b694c0878b47eff941d6600da9496.tar.gz |
Add new Fediverse post
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 0e075da..1dfbff4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,3 +6,5 @@ layout: default <h1>{{page.title}}</h1> <p><em>{{post.date | date: "%-d %B %Y"}}</em></p> {{content}} + +<p><em>{{post.tags}}</em></p> \ No newline at end of file |