Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/currywurst/post.html

    r2693 r2675  
    11{{tpl:extends parent="__layout.html"}} 
    22 
    3 <tpl:Block name="head-title"> 
    4      <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    5 </tpl:Block> 
     3<tpl:Block name="head-title">{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</tpl:Block> 
    64 
    7 <tpl:Block name="meta-entry"> 
     5<tpl:Block name="head-meta"> 
     6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    87     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     8     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    99     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1010     <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" /> 
    1111</tpl:Block> 
    1212 
    13 <tpl:Block name="dc-entry"> 
     13<tpl:Block name="head-dc"> 
     14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1415     <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
    1516     <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    1617     <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1718     <meta property="dc.language" content="{{tpl:EntryLang}}" /> 
     19     <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 
     20     <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 
    1821     <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 
     22     <meta property="dc.type" content="text" /> 
     23     <meta property="dc.format" content="text/html" /> 
    1924</tpl:Block> 
    2025 
    21 <tpl:Block name="head-linkrel"> 
     26<tpl:Block name"head-linkrel"> 
    2227     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2328     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     
    3843</tpl:Block> 
    3944 
    40 <tpl:block name="body-tag"><body class="dc-post"></tpl:Block> 
     45<tpl:Block name="body-attr">class="dc-post"</tpl:Block> 
    4146 
    4247<tpl:Block name="page-top"> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map