- Timestamp:
- 04/03/14 15:03:17 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/post.html
r2684 r2692 1 1 {{tpl:extends parent="__layout.html"}} 2 2 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> 4 6 5 <tpl:Block name="head-meta"> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 <tpl:Block name="meta-entry"> 7 8 <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="head-dc"> 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 13 <tpl:Block name="dc-entry"> 15 14 <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 16 15 <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 17 16 <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 18 17 <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"}}" />21 18 <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 22 <meta property="dc.type" content="text" />23 <meta property="dc.format" content="text/html" />24 19 </tpl:Block> 25 20
Note: See TracChangeset
for help on using the changeset viewer.