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.
1 parent 8d51c5f commit d6aa383Copy full SHA for d6aa383
themes/markdown/partials/header.md.twig
@@ -1,5 +1,5 @@
1
{% import 'include/macros.twig' as macros %}
2
-{% if includeTitle != 'no' %}
+{% if parameter.includeTitle == 'yes' %}
3
# {{ (node.name ~ titleSuffix | default('')) | raw }}
4
{% endif %}
5
{% if node.summary | trim %}
themes/markdown/partials/toc.md.twig
{# GitLab supports automatic table of contents generation #}
-{% if markdownFlavour == 'gitlab' %}
+{% if parameter.markdownFlavour == 'gitlab' %}
## Table of contents
0 commit comments