This commit is contained in:
2025-08-22 19:51:15 -05:00
parent 00a0f64be4
commit 314b533698
4 changed files with 18 additions and 21 deletions

View File

@@ -20,6 +20,10 @@
{{ end }}
</main>
{{ block "post-body" . }}
{{/* currently this is only used for related posts */}}
{{ end }}
{{ if or .Site.Copyright .Site.Params.footer }}
<footer class="body-module body-module--wide">
{{ with .Site.Copyright }}
@@ -31,10 +35,6 @@
{{ end }}
</footer>
{{ end }}
{{ block "post-body" . }}
{{/* currently this is only used for related posts */}}
{{ end }}
</body>
</html>