Commit 9f5ff928 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: only have one h1 tag on the page for seo

parent cc93520d
......@@ -84,7 +84,7 @@
<tal:comment replace="nothing">Standard Page Form Content ("simplicity: Form is rendered here")</tal:comment>
<tal:block tal:condition="python: not is_front_page">
<tal:block tal:replace="structure python: here.asEntireHTML()"></tal:block>
<tal:block tal:replace="structure python: here.WebPage_downgradeHeaders(here.asEntireHTML(), 1)"></tal:block>
</tal:block>
<tal:comment replace="nothing">Special Page Content (Front page, showing all documents related to default document)</tal:comment>
<tal:block tal:condition="python: layout_form is not None">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment