all repos — site @ 2c462d201aea890337df3a79d01e41397671b375

source for my site, found at icyphox.sh

templates: add title to blog index for consistency
Anirudh Oppiliappan x@icyphox.sh
Thu, 25 Jul 2024 23:53:43 +0300
commit

2c462d201aea890337df3a79d01e41397671b375

parent

cb0be91654a1cb1a1be14a32d88c2fd905ca63fc

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M templates/blog.htmltemplates/blog.html

@@ -14,6 +14,7 @@ <main>

<div class="sidenav"> {{ template "partials/nav.html" }} </div> + <h1>{{ index .Meta "title" }}</h1> {{ .Body }} <table> {{ $posts := .Extra }}