diff options
| -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"}} |
