lugo/layouts/partials/header.html

5 lines
97 B
HTML
Raw Normal View History

2024-02-07 23:08:16 +00:00
<header>
2024-04-01 16:26:18 +00:00
<h1>
2024-03-07 00:55:38 +00:00
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
2024-04-01 16:26:18 +00:00
</h1>
2024-02-07 23:08:16 +00:00
</header>