Add news link to header

This commit is contained in:
rubenwardy 2020-09-30 14:06:18 +01:00
parent c03103feab
commit 2fdeec0f7d

View File

@ -25,6 +25,7 @@
<a class="navbar-item" href="{{ '/#gallery' | relative_url }}">Gallery</a> <a class="navbar-item" href="{{ '/#gallery' | relative_url }}">Gallery</a>
<a class="navbar-item" href="{{ '/downloads/' | relative_url }}">Download</a> <a class="navbar-item" href="{{ '/downloads/' | relative_url }}">Download</a>
<a class="navbar-item" href="{{ '/customize/' | relative_url }}">Customize</a> <a class="navbar-item" href="{{ '/customize/' | relative_url }}">Customize</a>
<a class="navbar-item" href="https://forum.minetest.net/viewforum.php?f=18">News</a>
<a class="navbar-item" href="{{ '/get-involved/' | relative_url }}">Get Involved</a> <a class="navbar-item" href="{{ '/get-involved/' | relative_url }}">Get Involved</a>
</div> </div>
</div> </div>