Changeset 316 in products


Ignore:
Timestamp:
Apr 10, 2006 3:58:20 PM (18 years ago)
Author:
crchemist
Message:

generator and base <meta> tags moved down.

File:
1 edited

Legend:

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

    r95 r316  
    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}" /> 
    129 
    1310    <title tal:define="portal_title portal_properties/title; 
     
    2623    </title> 
    2724 
    28     <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 
     25    <meta tal:define="metatags here/listMetaTags" 
     26          tal:condition="metatags" 
     27          tal:repeat="keyval metatags" 
     28          tal:attributes="name python:keyval[0]; 
     29                          content python:keyval[1];" /> 
     30 
     31    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
     32          tal:define="charset site_properties/default_charset|string:utf-8" 
     33          tal:attributes="content string:text/html;;charset=${charset}" /> 
     34 
     35`  <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 
    2936      <tal:html_comment_start replace="structure string:&lt;!--" /> 
    3037        <tal:comment replace="comment" /> 
     
    3542 
    3643    <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];" /> 
    4344 
    4445    <metal:js metal:use-macro="here/renderAllTheScripts/macros/jsrenderer">SSS 
Note: See TracChangeset for help on using the changeset viewer.