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

16 lines
577 B
HTML
Raw Normal View History

2023-08-12 10:44:17 +00:00
{{ define "main" }}
2023-10-10 03:39:10 +00:00
<section class="content">
2023-09-12 23:48:39 +00:00
<article class="h-entry content">
2023-08-12 10:44:17 +00:00
<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>
<div id="webmentions"></div>
2023-10-10 03:39:10 +00:00
</section>
2023-08-12 10:44:17 +00:00
{{ end }}