diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-02-21 22:41:03 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-02-21 22:41:03 -0600 |
commit | 0b7bfb198191e1d4e4f74046662c7c48edd61b0d (patch) | |
tree | c7b21c211b3b143513e817b073602da5c3b77c3d /assets/post.html | |
parent | bc18c974d647c439bbfc9cb32388e22a71e13438 (diff) |
Add title link to posts
Diffstat (limited to 'assets/post.html')
-rw-r--r-- | assets/post.html | 2 |
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"> |