summaryrefslogtreecommitdiff
path: root/layout/post.html
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
commit3d3feea3aa5a7c48a0577af40806c3bb03b818fb (patch)
tree8f1fa8674b92a4bab07d0382b1fe7df846be5bb8 /layout/post.html
parentb1ca36ee69f95738a558c2848c0015172483ba88 (diff)
Implemented the website
Diffstat (limited to 'layout/post.html')
-rw-r--r--layout/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/post.html b/layout/post.html
index bd5beb3..71d40d5 100644
--- a/layout/post.html
+++ b/layout/post.html
@@ -1,5 +1,5 @@
-<article>
-<h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
+<article class="post">
+<h1>{{ title }}</h1>
<p class="meta">published on {{ date }}</p>
{{ content }}
</article>