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

3 lines
107 B
HTML
Raw 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>
</h1>