Skip to content
Snippets Groups Projects
Commit 1e967eb8 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4619: updating header levels in multi-type list

parent a68f8590
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!62Feature/istwcms 4619 m26lebla theme blog news events listing pages
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
'alt': info.alt, 'alt': info.alt,
'tags': info.tags, 'tags': info.tags,
'show_hover': 'true', 'show_hover': 'true',
'content': info.content 'content': info.content,
'header_level': 2,
} %} } %}
{% endif%} {% endif%}
...@@ -44,7 +45,8 @@ ...@@ -44,7 +45,8 @@
'alt': info.alt, 'alt': info.alt,
'tags': info.tags, 'tags': info.tags,
'show_hover': 'true', 'show_hover': 'true',
'content': info.content 'content': info.content,
'header_level': 2,
} %} } %}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment