diff options
| author | vin <git@vineetk.net> | 2024-10-22 14:29:45 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2024-10-22 14:29:45 -0400 |
| commit | b35228ff7370f8d9ef2b45bd09cfb974acf1254d (patch) | |
| tree | b8da7d4a2bfacd6682a6953d761d4c58dc61b518 /layouts | |
| parent | 13c231ee0d0ff477969e14b47332ec94329bf80c (diff) | |
add git link
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index 36ead9a..01c6e92 100644 --- a/layouts/index.html +++ b/layouts/index.html | |||
| @@ -4,6 +4,11 @@ | |||
| 4 | <section class="article-list"> | 4 | <section class="article-list"> |
| 5 | <div> | 5 | <div> |
| 6 | <h1 class="text-center">{{$.Title}}</h1> | 6 | <h1 class="text-center">{{$.Title}}</h1> |
| 7 | |||
| 8 | <nav class="text-center"> | ||
| 9 | <a href="https://git.vineetk.net/">Git</a> | ||
| 10 | </nav> | ||
| 11 | |||
| 7 | {{ range (where .Site.RegularPages "Section" "blog") }} | 12 | {{ range (where .Site.RegularPages "Section" "blog") }} |
| 8 | <div class="article"> | 13 | <div class="article"> |
| 9 | <span class="date">{{.Date.Format "2006-01-02"}} | 14 | <span class="date">{{.Date.Format "2006-01-02"}} |
