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 d62d1b7 commit 804d0feCopy full SHA for 804d0fe
templates/macros/section.html
@@ -26,6 +26,7 @@
26
{{ debug_macro::print(object=pos)}}
27
{% endif %}
28
{% elif pos.slug %}
29
+ {{ debug_macro::print(object="Falling back to plain section for: " ~ pos.title ~ " (slug: " ~ pos.slug ~ ") due to missing type") }}
30
{{ self::plain(pos=pos) }}
31
{% else %}
32
{{ debug_macro::print(object="Section type not defined for section: " ~ pos.title) }}
0 commit comments