mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
8f4e1b7468
- Only show changelogs for gemtext since they only include changes to content rather than semantics - Disable useless post meta on resume.
12 lines
331 B
HTML
12 lines
331 B
HTML
<article class="h-entry hentry">
|
|
<header>
|
|
<h1 itemprop="name headline" class="p-name entry-title">{{ .Title }}</h1>
|
|
{{- if not .Params.disableMeta }}
|
|
{{ partial "post-meta.html" . }}
|
|
{{- end }}
|
|
<hr>
|
|
</header>
|
|
<div class="e-content entry-content" itemprop="articleBody">
|
|
{{ partial "processed-content" . -}}
|
|
</div>
|
|
</article>
|