The current Hugo theme for the beetbox.io website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<header>
|
|
|
|
<nav class="spread">
|
|
|
|
<a href="/"><img src="/images/logo.svg" alt="The {{ .Site.Title }} Logo"/></a>
|
|
|
|
<ul class="spread">
|
|
|
|
<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>{{ printf `<a href="/index.xml" title="%s">RSS</a>` $.Site.Title | safeHTML }}</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|