Change section name to section title in summary (#520)

* Change section name to section title

Mimics functionality in page.html. Fix #519

* Keep title as specified

* Include span in conditional
This commit is contained in:
Robert 2022-02-28 17:00:00 +01:00 committed by GitHub
parent 8fdfd205f9
commit 0e73c5b18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">{{ humanize .Section }}</span>
{{with .CurrentSection.Title }}<span class="f6 db">{{ . }}</span>{{end}}
<h1 class="f3 near-black">
<a href="{{ .RelPermalink }}" class="link black dim">
{{ .Title }}