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,5 +1,5 @@
{{ define "main" }}
<article class="body-module body-module--wide">
<article class="body-module--center">
<div class="page-title">
<h1>
{{ .Title | markdownify }}
@@ -77,7 +77,7 @@
{{ define "post-body" }}
{{ $related := .Site.RegularPages.Related . | first 10 }}
{{ with $related }}
<div class="related-posts body-module body-module--full-width">
<div class="related-posts body-module--full-width">
<hr>
<h1>{{ i18n "related_posts" }}</h1>
{{ partial "page-list.html" . }}