Commit 569acee4 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! erp5_xhtml_style: Move most of <head> block into macros.

Favicons accidentally got lost in the change.
parent 81d1dd1b
......@@ -90,6 +90,8 @@
"\n
tal:content="python: header_title or \'%s | %s\' % (title, here.getPortalObject().title_or_id())"\n
></title>\n
<link rel="icon" tal:attributes="href python: portal_path + \'/favicon.ico\'" type="image/x-icon" />\n
<link rel="shortcut icon" tal:attributes="href python: portal_path + \'/favicon.ico\'" type="image/x-icon" />\n
</tal:block>\n
<tal:block metal:define-macro="render_css_js">\n
<link\n
......
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