We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b6fed1 + 0edf3a5 commit 3469194Copy full SHA for 3469194
templates/layout.html
@@ -4,7 +4,7 @@
4
{% import "footer.html" as footer -%}
5
6
{% if page -%}
7
- {% set section = get_section(path=(page.ancestors | last)) -%}
+ {% set section = get_section(path=(page.ancestors | last), metadata_only=true) -%}
8
{% set title = page.title ~ " | " ~ section.title -%}
9
{% else -%}
10
{% set title = section.extra.index_title -%}
0 commit comments