Skip to content

Commit

Permalink
Merge pull request #450 from DIVD-NL/403-new-subsite-why-our-work-mat…
Browse files Browse the repository at this point in the history
…ters

403 - Fix content not rendering
  • Loading branch information
MagicLegend authored Jul 29, 2024
2 parents e1dade7 + a3a7b0a commit 1f7dd6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layouts/why-our-work-matters/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3>{{ .Params.rightblock.title }}</h3>
<article>
<h1>{{ .Params.contenttitle | markdownify }}</h1>

{{ .Content | markdownify }}
{{ .Content }}
</article>
</div>
{{ partial "p/layout_close" }}
Expand All @@ -71,7 +71,9 @@ <h1>{{ .Params.contenttitle | markdownify }}</h1>
{{ partial "p/layout_open" (dict "classes" (slice "article" )) }}
<div class="article-body">
<article>
{{ .Params.belowwoordenboek | markdownify }}
<p>
{{ .Params.belowwoordenboek | markdownify }}
</p>
</article>
</div>
{{ partial "p/layout_close" }}
Expand Down

0 comments on commit 1f7dd6c

Please sign in to comment.