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>
|
2022-07-13 15:31:20 +00:00
|
|
|
<h1 itemprop="name headline" class="p-name entry-title" id="h1" tabindex="-1">{{ .Title }}</h1>
|
2022-06-02 04:49:04 +00:00
|
|
|
{{- if not .Params.disableMeta -}}
|
|
|
|
{{- partial "post-meta.html" . -}}
|
|
|
|
{{- end -}}
|
2022-05-30 22:49:31 +00:00
|
|
|
<hr />
|
2022-05-04 04:30:20 +00:00
|
|
|
</header>
|
|
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
2022-05-30 22:49:31 +00:00
|
|
|
<meta itemprop="author" content="Rohan Kumar" />
|
2022-05-28 23:30:28 +00:00
|
|
|
<!--That was needed bc some reading modes get confused by other authors referenced in the text-->
|
2022-06-03 00:25:52 +00:00
|
|
|
{{- if .Params.replyURI -}}
|
|
|
|
{{- partial "reply-context" .Params -}}
|
|
|
|
{{- end -}}
|
2022-05-28 23:30:28 +00:00
|
|
|
{{- partial "processed-content" . -}}
|
2022-05-04 04:30:20 +00:00
|
|
|
</div>
|
|
|
|
</article>
|