Permalink
Browse files

Exstensible link and meta tags in base template

  • Loading branch information...
tilgovi committed Sep 27, 2014
1 parent f6472bf commit 85e38cc9166313535599ea8ee4d7d8524b60e3fd
Showing with 2 additions and 0 deletions.
  1. +2 −0 h/templates/base.pt
View
@@ -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

Please sign in to comment.