Logo
Explore Help
Homepage
minoplhy/hugo-bearblog
1
0
Fork 0
You've already forked hugo-bearblog
Code Issues Pull Requests Packages Projects Releases Wiki Activity
hugo-bearblog/layouts/partials/nav.html

8 lines
187 B
HTML
Raw Normal View History

chore: initial commit
2020-08-31 15:40:11 +02:00
<a href="{{ "/" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
feat: hide blog link if page not created (#4) Allows this theme to be used for sites that do not have a blog.
2020-09-16 22:35:58 -07:00
{{ with .Site.GetPage "/blog" }}
Fix link to »Blog« on demo page The demo is hosted at https://janraasch.github.io/hugo-bearblog/, but currently the link is »/blog«, so we end up at https://janraasch.github.io/blog with a `404` 🥹.
2022-09-15 04:00:41 +02:00
<a href="{{ .URL }}">Blog</a>
feat: hide blog link if page not created (#4) Allows this theme to be used for sites that do not have a blog.
2020-09-16 22:35:58 -07:00
{{ end }}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 34ms Template: 3ms
English
English
Licenses API