wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit 2706b39e0e8a444864a98f33cd2212a630321e2e
parent 5ee2e28979349746676bc519eca49fec8a83fccb
Author: Ian <ian@shmage.xyz>
Date:   Sat,  4 Feb 2023 00:49:58 -0500

Set posts tag to top of blog index element

Diffstat:
Mlayouts/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -2,11 +2,11 @@ <main> {{ partial "introduction.html" }} <p/> - <center> + <center id="posts"> <div class="short_blogposts"> <div class="border_stone"> <div class="border"> - <h1 id="posts">Blog Posts <img width="60" src="/images/book.gif"/></h1> + <h1>Blog Posts <img width="60" src="/images/book.gif"/></h1> {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} {{ range $paginator.Pages }} {{ .Render "summary" }}