mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
11 lines
325 B
HTML
11 lines
325 B
HTML
<header class="article-header">
|
|
|
|
<h1 class="article-title" itemprop="name">
|
|
<a href="{{ .Permalink }}" class="permalink">{{ .Title }}</a>
|
|
</h1>
|
|
<time datetime="{{ .Date }}" itemprop="datePublished">{{ .Date.Format .Site.Params.date_format }}</time>
|
|
<div class="article-meta">
|
|
|
|
|
|
</div>
|
|
</header>
|