Dotclear


Ignore:
File:
1 edited

Legend:

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

    r2675 r2693  
    11{{tpl:extends parent="__layout.html"}} 
    22 
    3 <tpl:Block name="head-title">{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</tpl:Block> 
     3<tpl:Block name="head-title"> 
     4     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
     5</tpl:Block> 
    46 
    5 <tpl:Block name="head-meta"> 
    6      <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
     7<tpl:Block name="meta-entry"> 
    78     <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="head-dc"> 
    14      <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
     13<tpl:Block name="dc-entry"> 
    1514     <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
    1615     <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
    1716     <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1817     <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"}}" /> 
    2118     <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 
    22      <meta property="dc.type" content="text" /> 
    23      <meta property="dc.format" content="text/html" /> 
    2419</tpl:Block> 
    2520 
    26 <tpl:Block name"head-linkrel"> 
     21<tpl:Block name="head-linkrel"> 
    2722     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2823     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
     
    4338</tpl:Block> 
    4439 
    45 <tpl:Block name="body-attr">class="dc-post"</tpl:Block> 
     40<tpl:block name="body-tag"><body class="dc-post"></tpl:Block> 
    4641 
    4742<tpl:Block name="page-top"> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map