This commit is contained in:
2026-07-04 02:06:24 -07:00
parent 6e8907ebf6
commit 68dfdfa33b
20 changed files with 564 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
</figure>
{{ end }}
{{ if and .Params.book .Params.chapter }}
<p class="post__reference">From <em>{{ .Params.book }}</em> Chapter {{ .Params.chapter }}</p>
<p class="post__reference">From <em>{{ .Params.book }}</em>, Chapter {{ .Params.chapter }}</p>
{{ end }}
</header>
<div class="post__body content">{{ .Content }}</div>