hugo-theme-anubis2/layouts/partials/site-title.html

4 lines
108 B
HTML
Raw Permalink Normal View History

2024-03-04 12:34:27 +01:00
<h1 class="site-title noselect">
2022-02-12 08:19:24 +01:00
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
2024-04-09 14:03:09 +02:00
</h1>