2023-12-09 10:06:21 +00:00
|
|
|
<header id="post-header">
|
2023-12-11 07:07:57 +00:00
|
|
|
{{ $link := "posts/" }}
|
2024-01-02 05:57:25 +00:00
|
|
|
<a href="{{ .Section | absLangURL }}">🞀 {{ i18n .Section | safeHTML }}</a>
|
2023-12-09 10:06:21 +00:00
|
|
|
<h1 id="post-title">{{ .Title }}</h1>
|
|
|
|
<div class="post-meta"><span>{{ time.Format .Site.Params.dateform .Date }}</span></div>
|
|
|
|
</header>
|