changeset 136:63e1c1c06fb3

title tag added in feature
author dwinter
date Fri, 31 May 2013 14:11:13 +0200
parents dafb1110bfbe
children e0b343cee9dd 78cd6d661a13
files zpt/feature/feature_template.zpt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/feature/feature_template.zpt	Fri May 31 12:57:12 2013 +0200
+++ b/zpt/feature/feature_template.zpt	Fri May 31 14:11:13 2013 +0200
@@ -4,6 +4,9 @@
   <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/page">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta:block metal:fill-slot="title">
+<title tal:content="here/getFullTitle"></title>
+</meta:block>
 <metal:block metal:fill-slot="head">
   <meta name="description" content="feature"/> 
 </metal:block>