mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
cffa22e79e
Split up some verbose and repetitive templates to use nested templates. Cache some templates that don't need to be re-built every time. Reading time: switch "a" to "an" when followed by the number "8". Improve whitespace alignment a bit.
10 lines
301 B
HTML
10 lines
301 B
HTML
<article class="h-entry hentry">
|
|
<header>
|
|
<h1 itemprop="name headline" class="p-name entry-title">{{ .Title }}</h1>
|
|
{{ partial "post-meta.html" . }}
|
|
<hr>
|
|
</header>
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
|
{{ partial "processed-content" . -}}
|
|
</div>
|
|
</article>
|