Move base template to /base_meta.mako
per upstream 'themes' feature
This commit is contained in:
parent
e3d9d7d4e5
commit
46867b1154
|
@ -1,11 +1,7 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="tailbone:templates/base.mako" />
|
||||
<%inherit file="tailbone:templates/base_meta.mako" />
|
||||
|
||||
<%def name="global_title()">${"[STAGE] " if not request.rattail_config.production() else ''}Rattail Demo</%def>
|
||||
|
||||
<%def name="favicon()">
|
||||
<link rel="icon" type="image/x-icon" href="${request.static_url('tailbone:static/img/rattail.ico')}" />
|
||||
</%def>
|
||||
<%def name="app_title()">Rattail Demo</%def>
|
||||
|
||||
<%def name="head_tags()">
|
||||
<!-- Piwik -->
|
||||
|
@ -28,5 +24,3 @@
|
|||
<%def name="header_logo()">
|
||||
${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", height='49')}
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Reference in a new issue