fix: template layouts resulting in missing singles
This commit is contained in:
parent
628acae725
commit
a2a1dd2a7c
7 changed files with 44 additions and 26 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue