2022-05-19 17:18:14 -07:00
|
|
|
<article class="h-entry hentry"><!--Once WAI-ARIA 1.3 gains traction, I'll add aria-details for webmentions.-->
|
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 -}}
|
|
|
|
{{- partial "post-meta.html" . -}}
|
|
|
|
{{- end -}}
|
2022-05-30 15:49:31 -07:00
|
|
|
<hr />
|
2022-05-03 21:30:20 -07:00
|
|
|
</header>
|
|
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
2022-05-30 15:49:31 -07:00
|
|
|
<meta itemprop="author" content="Rohan Kumar" />
|
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>
|
|
|
|
</article>
|