Changeset 315 in products


Ignore:
Timestamp:
Apr 6, 2006 5:36:22 PM (18 years ago)
Author:
crchemist
Message:

Now meta tags are folloving after title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qSEOptimizer/branches/0.3.3-SE/skins/qSEOptimizer/2.1.2/header.pt

    r188 r315  
    77  <head metal:define-macro="html_header" 
    88        tal:define="skinrequest python:request.get(here.portal_skins.getRequestVarname(), '');"> 
    9     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
    10           tal:define="charset site_properties/default_charset|string:utf-8" 
    11           tal:attributes="content string:text/html;;charset=${charset}" /> 
    12  
    139    <title tal:define="portal_title portal_properties/title; 
    1410                       page_title object_title; 
     
    2622    </title> 
    2723 
     24    <meta tal:define="metatags here/listMetaTags" 
     25          tal:condition="metatags" 
     26          tal:repeat="keyval metatags" 
     27          tal:attributes="name python:keyval[0]; 
     28                          content python:keyval[1];" /> 
     29 
     30    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
     31          tal:define="charset site_properties/default_charset|string:utf-8" 
     32          tal:attributes="content string:text/html;;charset=${charset}" /> 
     33 
    2834    <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 
    2935      <tal:html_comment_start replace="structure string:&lt;!--" /> 
     
    3541 
    3642    <meta name="generator" content="Plone - http://plone.org" /> 
    37  
    38     <meta tal:define="metatags python:putils.listMetaTags(here).items()" 
    39           tal:condition="metatags" 
    40           tal:repeat="keyval metatags" 
    41           tal:attributes="name python:keyval[0]; 
    42                           content python:keyval[1];" /> 
    4343 
    4444    <metal:js metal:use-macro="here/renderAllTheScripts/macros/jsrenderer">SSS 
Note: See TracChangeset for help on using the changeset viewer.