aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-21 22:41:03 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-21 22:41:03 -0600
commit0b7bfb198191e1d4e4f74046662c7c48edd61b0d (patch)
treec7b21c211b3b143513e817b073602da5c3b77c3d /assets
parentbc18c974d647c439bbfc9cb32388e22a71e13438 (diff)
Add title link to posts
Diffstat (limited to 'assets')
-rw-r--r--assets/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/post.html b/assets/post.html
index a199fd6..25dd7fb 100644
--- a/assets/post.html
+++ b/assets/post.html
@@ -2,7 +2,7 @@
<div class="post">
<hr class="hdiv"/>
<div class="head">
-<h2><span class="title">%s</span></h2>
+<h2><span class="title"><a href="/posts/%s">%s</a></span></h2>
<span class="date">%s</span>
</div>
<div class="body">