summaryrefslogtreecommitdiff
path: root/layout/post.html
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-30 18:52:06 +0200
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-30 18:53:25 +0200
commita356d60b2bea3b3c864a1168214dbd0987fd7583 (patch)
tree550d6927eb500dabddad20df8dc48f6f2ca408af /layout/post.html
parent4ee408517cc443c84c9efbb9254a77ea3b3bdb73 (diff)
first commit
Diffstat (limited to 'layout/post.html')
-rw-r--r--layout/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/post.html b/layout/post.html
index f0a42be..bd5beb3 100644
--- a/layout/post.html
+++ b/layout/post.html
@@ -1,5 +1,5 @@
<article>
<h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
-<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
+<p class="meta">published on {{ date }}</p>
{{ content }}
</article>