website/themes/hugo-theme-wave/layouts/partials/article_header.html
Paul Lecuq d24753ddf7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
some error fixes
2024-04-28 17:48:24 +02:00

5 lines
308 B
HTML

<header class="article-header">
<h1 class="article-title" itemprop="name"><a href="{{ .Permalink }}" class="permalink">{{ .Title }}</a></h1>
<time datetime="{{ .Date | htmlUnescape | safeHTML }}" itemprop="datePublished">{{ .Date.Format "2006-01-02" }}</time>
<div class="article-meta"></div>
</header>