2022-05-03 21:30:20 -07:00
|
|
|
<header>
|
2022-07-13 08:31:20 -07:00
|
|
|
<h1 itemprop="name headline" class="p-name entry-title" id="h1" tabindex="-1">{{ .Title }}</h1>
|
2022-06-01 21:49:04 -07:00
|
|
|
{{- if not .Params.disableMeta -}}
|
2024-03-18 17:55:53 -04:00
|
|
|
{{- partial "post-meta/post-meta.html" (dict "context" . "isList" false) -}}
|
2022-06-01 21:49:04 -07:00
|
|
|
{{- end -}}
|
2022-05-03 21:30:20 -07:00
|
|
|
</header>
|
2022-08-02 18:20:52 -07:00
|
|
|
<hr />
|
2022-05-03 21:30:20 -07:00
|
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
2022-05-28 16:30:28 -07:00
|
|
|
<!--That was needed bc some reading modes get confused by other authors referenced in the text-->
|
2022-06-02 17:25:52 -07:00
|
|
|
{{- if .Params.replyURI -}}
|
|
|
|
{{- partial "reply-context" .Params -}}
|
|
|
|
{{- end -}}
|
2022-05-28 16:30:28 -07:00
|
|
|
{{- partial "processed-content" . -}}
|
2022-05-03 21:30:20 -07:00
|
|
|
</div>
|