Browse Source

moved authors page link

master
Alexander Avery 2 years ago
parent
commit
84ae550a4f
  1. 1
      layouts/partials/footer.html
  2. 1
      layouts/partials/header.html

1
layouts/partials/footer.html

@ -1,4 +1,5 @@
<footer>
<hr/>
<p class="center-text"><a class="small-text" href="/authors">Authors</a></p>
<p class="center-text small-text">{{ $.Site.Copyright | safeHTML }}</p>
</footer>

1
layouts/partials/header.html

@ -5,7 +5,6 @@
<li><a href="https://gitea.beetbox.io/BeetBox" title="Gitea Repositories">Gitea</a></li>
<li><a href="https://odysee.com/@BeetBox:f" title="Odysee Channel">Odysee</a></li>
<li><a href="/games" title="Games">Games</a></li>
<li><a href="/authors" title="Authors">Authors</a></li>
<li>{{ printf `<a href="/index.xml" title="%s">RSS</a>` $.Site.Title | safeHTML }}</li>
</ul>
</nav>

Loading…
Cancel
Save