Port a Gitea

This commit is contained in:
2024-03-25 23:05:37 +01:00
parent d75599d8d8
commit d0a58daf5f
17 changed files with 69 additions and 43 deletions

View File

@ -1,7 +1,7 @@
<p>&copy; 2024 Open Bokeron.</p>
<p>
Made with <span style="color: #e25555;">&#9829;</span> in
<a href="https://bitbucket.org/openbokeron/openbokeron.bitbucket.io">Bitbucket</a>
<a href="https://openbokeron.uma.es/gitea/OpenBokeron/Web">Gitea</a>
</p>
<p>

View File

@ -1,4 +1,4 @@
<img class="icon" src="/assets/logo.jpg" alt="{{ .Title }} logo">
<h1>{{ .Title }}</h1>
<img class="icon" src="/assets/logo.jpg" alt="{{ .Site.Title }} logo">
<h1>{{ .Site.Title }}</h1>
<p>{{ T "motto" }}</p>
{{ partial "nav.html" . }}