yequari.com/themes/genesis/layouts/_default/single.html

15 lines
496 B
HTML

{{ define "main" }}
<div id="content">
<article class="h-entry">
<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 }}</time>
<a class="u-url permalink" href={{ .RelPermalink }}>Permalink</a>
<div class="e-content">
{{ .Content }}
</div>
</article>
<div id="webmentions"></div>
</div>
{{ end }}