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

7 lines
296 B
HTML

<header id="post-header">
{{ $link := "posts/" }}
<a href="{{ .Section | absLangURL }}">🞀 {{ i18n .Section | safeHTML }}</a>
<h1 id="post-title">{{ .Title }}</h1>
<div class="post-meta"><span>{{ time.Format .Site.Params.dateform .Date }}</span></div>
</header>