log101-dot-dev/layouts/partials/header.html

5 lines
182 B
HTML
Raw Normal View History

2023-12-08 11:39:54 +00:00
<header id="posts-header">
2023-12-11 07:07:57 +00:00
<a href="{{ .Site.Home.Permalink | absLangURL }}">{{ i18n "backTitle" | safeHTML }}</a>
2023-12-08 11:39:54 +00:00
<h1 id="header-title">{{ i18n ( lower .Title ) }}</h1>
</header>