Skip to content

Commit 804d0fe

Browse files
Update templates/macros/section.html
Co-authored-by: Copilot <[email protected]>
1 parent d62d1b7 commit 804d0fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/macros/section.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
{{ debug_macro::print(object=pos)}}
2727
{% endif %}
2828
{% elif pos.slug %}
29+
{{ debug_macro::print(object="Falling back to plain section for: " ~ pos.title ~ " (slug: " ~ pos.slug ~ ") due to missing type") }}
2930
{{ self::plain(pos=pos) }}
3031
{% else %}
3132
{{ debug_macro::print(object="Section type not defined for section: " ~ pos.title) }}

0 commit comments

Comments
 (0)