- Timestamp:
- 05/30/16 14:00:08 (9 years ago)
- Branch:
- default
- Children:
- 3250:0602d92b678d, 3282:6aba0e1d175d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/dotty/__layout.html
r3246 r3249 1 1 <!DOCTYPE html> 2 2 <html lang="{{tpl:BlogLanguage}}"> 3 <head prefix=" og: http://ogp.me/ns#;dc: http://purl.org/dc/terms/#">3 <head prefix="dc: http://purl.org/dc/terms/#"> 4 4 <tpl:Block name="html-head"> 5 5 <meta charset="UTF-8" /> … … 33 33 </tpl:Block> <!-- dc-entry --> 34 34 </tpl:Block> <!-- head-dc --> 35 36 <tpl:Block name="head-og">37 <tpl:Block name="og-entry">38 <meta property="og:title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />39 <meta property="og:description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" />40 </tpl:Block> <!-- #og-entry -->41 </tpl:Block> <!-- #head-og -->42 43 <tpl:Block name="head-schema">44 <tpl:Block name="schema-entry">45 <meta itemprop="name" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />46 <meta itemprop="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" />47 </tpl:Block> <!-- #schema-entry -->48 </tpl:Block> <!-- #head-schema -->49 35 50 36 <tpl:Block name="head-linkrel">
Note: See TracChangeset
for help on using the changeset viewer.