2022-05-20 00:18:14 +00:00
|
|
|
<article class="h-entry hentry"><!--Once WAI-ARIA 1.3 gains traction, I'll add aria-details for webmentions.-->
|
2022-05-04 04:30:20 +00:00
|
|
|
<header>
|
|
|
|
<h1 itemprop="name headline" class="p-name entry-title">{{ .Title }}</h1>
|
2022-05-12 04:28:35 +00:00
|
|
|
{{- if not .Params.disableMeta }}
|
2022-05-04 04:30:20 +00:00
|
|
|
{{ partial "post-meta.html" . }}
|
2022-05-12 04:28:35 +00:00
|
|
|
{{- end }}
|
2022-05-04 04:30:20 +00:00
|
|
|
<hr>
|
|
|
|
</header>
|
|
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
|
|
|
{{ partial "processed-content" . -}}
|
|
|
|
</div>
|
|
|
|
</article>
|