templates: add title to blog index for consistency
Anirudh Oppiliappan x@icyphox.sh
Thu, 25 Jul 2024 23:53:43 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
templates/blog.html
→
templates/blog.html
@@ -14,6 +14,7 @@ <main>
<div class="sidenav"> {{ template "partials/nav.html" }} </div> + <h1>{{ index .Meta "title" }}</h1> {{ .Body }} <table> {{ $posts := .Extra }}