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

7 lines
295 B
HTML
Raw Normal View History

<header id="post-header">
2023-12-11 07:07:57 +00:00
{{ $link := "posts/" }}
<a href="{{ $link | absLangURL }}">{{ i18n "back-to-posts" | safeHTML }}</a>
<h1 id="post-title">{{ .Title }}</h1>
<div class="post-meta"><span>{{ time.Format .Site.Params.dateform .Date }}</span></div>
</header>