yequari.com/themes/dreamcast/layouts/partials/post-header.html

12 lines
409 B
HTML

<div class="metadata">
<a class="p-author h-card hidden" href="{{ .Site.BaseURL }}">{{ .Site.Param "author" }}</a>
<a class="u-url permalink hidden" href={{ .Permalink }}>Permalink</a>
<div>
<time class="dt-published" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "Mon, Jan 2, 2006" }}</time> {{ partial "categories.html" .}}
</div>
<div>
{{ partial "tags.html" .}}
</div>
</div>