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.
12 lines
508 B
12 lines
508 B
<header>
|
|
<nav class="spread">
|
|
<a href="/"><img src="/images/logo.svg"/></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><a href="/authors" title="Authors">Authors</a></li>
|
|
<li>{{ printf `<a href="/index.xml" title="%s">RSS</a>` $.Site.Title | safeHTML }}</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|