yequari.com/themes/saturn/layouts/blog/single.html

17 lines
614 B
HTML

{{ define "main" }}
<section class="content">
<article class="h-entry content">
<h1 class="p-name">{{ .Title }}</h1>
<a class="p-author h-card hidden" href="https://yequari.com">yequari</a>
<time class="dt-published" datetime={{.PublishDate }}>{{ .PublishDate.Format "Mon, Jan 02, 2006" }}</time>
<a class="u-url permalink" href={{ .RelPermalink }}>Permalink</a>
{{ partial "tags.html" .}}
<div class="e-content">
{{ .Content }}
</div>
</article>
{{ partial "webmentions.html" }}
<div id="webmentions"></div>
</section>
{{ end }}