Dotclear


Ignore:
Timestamp:
04/03/14 15:03:17 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Applying inheritance/extension template mechanism on currywurst templateset, step 3, addresses #1933

File:
1 edited

Legend:

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

    r2684 r2692  
    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 
Note: See TracChangeset for help on using the changeset viewer.

Sites map