- 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/category.html
r3246 r3249 21 21 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 22 22 </tpl:Block> 23 24 <tpl:Block name="og-entry">25 <meta property="og:title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />26 <meta property="og:description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />27 </tpl:Block> <!-- #og-entry -->28 29 <tpl:Block name="schema-entry">30 <meta itemprop="name" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />31 <meta itemprop="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />32 </tpl:Block> <!-- #schema-entry -->33 23 34 24 <tpl:Block name="head-linkrel">
Note: See TracChangeset
for help on using the changeset viewer.