Permalink
Browse files
Exstensible link and meta tags in base template
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
h/templates/base.pt
|
|
@@ -4,6 +4,8 @@ |
|
|
<meta charset="UTF-8" />
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
<meta tal:attributes="attrs" tal:repeat="attrs meta | []" />
|
|
|
<link tal:attributes="attrs" tal:repeat="attrs link | []" />
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
tal:attributes="href href"
|
|
|
tal:repeat="href layout.css_links | []" />
|
|
|
|
0 comments on commit
85e38cc