diff options
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r-- | layouts/partials/nav.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index be5539c..f9abda2 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,9 +1,9 @@ -{{ with .Site.GetPage "/blog" }} +{{ with .Site.GetPage "blog" }} <a href="{{ "blog" | relURL }}">blog</a> {{ end }} -{{ with .Site.GetPage "/snippets" }} +{{ with .Site.GetPage "snippets" }} <a href="{{ "snippets" | relURL }}">snippets</a> {{ end }} -{{ with .Site.GetPage "/projects" }} +{{ with .Site.GetPage "projects" }} <a href="{{ "projects" | relURL }}">projects</a> {{ end }}
\ No newline at end of file |