lugo/layouts/partials/header.html

5 lines
97 B
HTML
Raw Normal View History

2024-02-07 23:08:16 +00:00
<header>
2024-03-07 00:52:08 +00:00
<h2>
2024-03-07 00:55:38 +00:00
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
2024-03-07 00:52:08 +00:00
</h2>
2024-02-07 23:08:16 +00:00
</header>