2023-04-06 21:14:13 +00:00
|
|
|
{{ 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>
|
2023-04-17 22:56:22 +00:00
|
|
|
<time class="dt-published" datetime={{.PublishDate }}>{{ .Lastmod.Format "Mon, Jan 02, 2006" }}</time>
|
2023-04-06 21:14:13 +00:00
|
|
|
<a class="u-url permalink" href={{ .RelPermalink }}>Permalink</a>
|
|
|
|
<div class="e-content">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<div id="webmentions"></div>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|