1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2024-10-31 21:33:09 +00:00
strimertul-website/layouts/releases/single.html
Ash Keel 8d3572039d
All checks were successful
continuous-integration/drone/push Build is passing
renko, also avif
2023-11-12 12:05:04 +01:00

14 lines
334 B
HTML

{{ define "main" }}
<main class="release">
<div class="doc">
<header>
<h1>
{{ .Title }}{{ if .Params.prerelease }}
<span class="prerelease">prerelease</span>
{{ end }}
</h1>
</header>
<section class="copy">{{ .Content }}</section>
</div>
</main>
{{ end }}