Add forum to site header
This commit is contained in:
parent
4fb88a4056
commit
39d4fe0757
1
docs/templates/index.html
vendored
1
docs/templates/index.html
vendored
|
@ -17,6 +17,7 @@
|
||||||
<a class="header__logo white" href="{{ config.base_url }}">Zola</a>
|
<a class="header__logo white" href="{{ config.base_url }}">Zola</a>
|
||||||
<a class="white" href="{{ get_url(path="./documentation/_index.md") }}" class="nav-link">Docs</a>
|
<a class="white" href="{{ get_url(path="./documentation/_index.md") }}" class="nav-link">Docs</a>
|
||||||
<a class="white" href="{{ get_url(path="./themes/_index.md") }}" class="nav-link">Themes</a>
|
<a class="white" href="{{ get_url(path="./themes/_index.md") }}" class="nav-link">Themes</a>
|
||||||
|
<a class="white" href="https://zola.discourse.group/" class="nav-link">Forum</a>
|
||||||
<a class="white" href="https://github.com/getzola/zola" class="nav-link">GitHub</a>
|
<a class="white" href="https://github.com/getzola/zola" class="nav-link">GitHub</a>
|
||||||
|
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
|
|
Loading…
Reference in a new issue