- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/post.html
r2693 r2675 1 1 {{tpl:extends parent="__layout.html"}} 2 2 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> 6 4 7 <tpl:Block name="meta-entry"> 5 <tpl:Block name="head-meta"> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 8 7 <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"}}" /> 9 9 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 10 10 <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" /> 11 11 </tpl:Block> 12 12 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/" /> 14 15 <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 15 16 <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 16 17 <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 17 18 <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"}}" /> 18 21 <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 22 <meta property="dc.type" content="text" /> 23 <meta property="dc.format" content="text/html" /> 19 24 </tpl:Block> 20 25 21 <tpl:Block name ="head-linkrel">26 <tpl:Block name"head-linkrel"> 22 27 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 28 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> … … 38 43 </tpl:Block> 39 44 40 <tpl: block name="body-tag"><body class="dc-post"></tpl:Block>45 <tpl:Block name="body-attr">class="dc-post"</tpl:Block> 41 46 42 47 <tpl:Block name="page-top">
Note: See TracChangeset
for help on using the changeset viewer.