This commit is contained in:
2025-08-24 02:25:12 -05:00
parent 314b533698
commit 8083b1a299
6 changed files with 28 additions and 21 deletions

View File

@@ -1,15 +1,15 @@
{{ define "main" }}
{{ with .Content }}
<article class="body-module body-module--wide">
<article class="body-module--center">
{{ . }}
</article>
<hr class="body-module body-module--wide">
<hr class="body-module--center">
{{ end }}
{{ end }}
{{ define "post-body" }}
{{ if .Site.Params.homepageLatestPosts }}
<div class="body-module body-module--wide">
<div class="body-module--center">
<h1>
{{ i18n "latest_posts" }}
{{ partial "rss-link.html" . }}