Changeset 3371:e723ede3c238 for themes/ductile/tpl/page.html
- Timestamp:
- 10/29/16 13:07:29 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/page.html
r2830 r3371 10 10 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 12 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />14 <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />15 <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />16 <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />17 <meta name="dc.language" content="{{tpl:EntryLang}}" />18 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />19 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />20 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />21 <meta name="dc.type" content="text" />22 <meta name="dc.format" content="text/html" />23 12 24 13 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
Note: See TracChangeset
for help on using the changeset viewer.