WIP body-module and smarter usage of container divs

This commit is contained in:
2025-08-19 13:40:51 -05:00
parent 741b3bc01b
commit 00a0f64be4
6 changed files with 126 additions and 110 deletions

View File

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