Remove redundant summary

master
Quentin Duchemin 2023-01-20 19:13:52 +01:00
parent 27a6685fbc
commit 80b610433d
1 changed files with 2 additions and 10 deletions

View File

@ -35,16 +35,8 @@
</div>
</article>
{{ end }}
<!-- Second, a summary, if it exists -->
{{ with .Params.summary }}
<div class="message is-info">
<div class="message-body">
{{ . }}
</div>
</div>
{{ end }}
<!-- Third, an introductive message before ToC, if it exists -->
{{ with .Params.intro }}
<!-- Second, an introductive message before ToC, if it exists -->
{{ with .Params.intro | markdownify | safeHTML }}
<div class="message is-dark">
<div class="message-body">
{{ . }}