brainbaking/themes/brainbaking-minimal/layouts/_default/single.html

25 lines
557 B
HTML
Raw Normal View History

2020-05-27 20:35:46 +02:00
{{ partial "header" . }}
{{ partial "bigimg" . }}
2020-05-27 21:20:01 +02:00
<main class="single {{ .Section }}">
2021-02-28 11:06:55 +01:00
<article class="h-entry">
<a id="top"></a>
{{ partial "single-header" . }}
2021-02-28 11:06:55 +01:00
<div class="e-content content">
{{ .Content | safeHTML }}
</div>
2021-03-09 11:55:58 +01:00
{{ partial "single-comments" . }}
2021-03-09 11:55:58 +01:00
{{ partial "single-webmentions" . }}
2021-02-28 11:06:55 +01:00
</article>
2020-05-27 20:35:46 +02:00
{{ partial "single-related" . }}
2020-05-27 20:35:46 +02:00
2021-02-28 11:06:55 +01:00
<footer>
<svg class='icon icon-text' width='24' height='24'><use xlink:href='#up'></use></svg><a href="#top">Top</a>
</footer>
2020-05-27 20:35:46 +02:00
</main>
{{ partial "footer.html" . }}