site_vineetk

Source for vineetk.net website
Log | Files | Refs | LICENSE

commit b35228ff7370f8d9ef2b45bd09cfb974acf1254d
parent 13c231ee0d0ff477969e14b47332ec94329bf80c
Author: vin <git@vineetk.net>
Date:   Tue, 22 Oct 2024 14:29:45 -0400

add git link

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

diff --git a/layouts/index.html b/layouts/index.html @@ -4,6 +4,11 @@ <section class="article-list"> <div> <h1 class="text-center">{{$.Title}}</h1> + + <nav class="text-center"> + <a href="https://git.vineetk.net/">Git</a> + </nav> + {{ range (where .Site.RegularPages "Section" "blog") }} <div class="article"> <span class="date">{{.Date.Format "2006-01-02"}}