fix: template layouts resulting in missing singles

This commit is contained in:
Ben Goldsworthy 2025-07-09 23:55:07 +02:00
parent 628acae725
commit a2a1dd2a7c
No known key found for this signature in database
7 changed files with 44 additions and 26 deletions

View file

@ -21,17 +21,17 @@
<!-- Rendering -->
<section
class="article-body__corrigendum"
class="article-body__corrigenda"
itemprop="correction"
itemscope
itemtype="https://schema.org/CorrectionComment"
>
<h2
class="subheading subheading--corrigendum"
id="corrigendum"
class="subheading subheading--corrigenda"
id="corrigenda"
>
Corrigendum
Corrigenda
</h2>
{{ $file := path.Join $.sc.Page.File.Dir "corrigendum.md" | readFile }}
{{ $file := path.Join $.sc.Page.File.Dir "corrigenda.md" | readFile }}
{{ $file | .pc.RenderString }}
</section>