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 8ee7eda commit 8ba9618Copy full SHA for 8ba9618
strictdoc/export/html/templates/components/node_field/title/index.jinja
@@ -2,7 +2,8 @@
2
{%- if sdoc_entity.reserved_title %}
3
<sdoc-node-title
4
data-level="{{ sdoc_entity.context.title_number_string }}"
5
- {%- if view_object.document_type.is_pdf() -%}
+ {# FIXME: Find a better way than checking the presence of document type. #}
6
+ {%- if view_object.document_type is defined and view_object.document_type.is_pdf() -%}
7
{# to make anchor: #}
8
id="{{ view_object.render_local_anchor(sdoc_entity) }}"
9
{%- endif -%}
0 commit comments