Skip to content

Commit

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

403 - Re-added missing lower content
  • Loading branch information
MagicLegend authored Aug 5, 2024
2 parents d085220 + 3ec0d39 commit cced9ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions layouts/why-our-work-matters/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ <h3>{{ .Params.rightblock.title }}</h3>

{{ partial "p/layout_close" }}

{{ partial "p/layout_open" (dict "classes" (slice "article" )) }}
<div class="article-body">
<article>
<h1>{{ .Params.contenttitle | markdownify }}</h1>

{{ .Content }}
</article>
</div>
{{ partial "p/layout_close" }}

</div>

{{ partial "p/section_close" }}
Expand Down

0 comments on commit cced9ae

Please sign in to comment.