aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
blob: be5539c02cd9d0beca586dbcad3b26045d708867 (plain)
1
2
3
4
5
6
7
8
9
{{ with .Site.GetPage "/blog" }}
<a href="{{ "blog" | relURL }}">blog</a>
{{ end }}
{{ with .Site.GetPage "/snippets" }}
<a href="{{ "snippets" | relURL }}">snippets</a>
{{ end }}
{{ with .Site.GetPage "/projects" }}
<a href="{{ "projects" | relURL }}">projects</a>
{{ end }}