Changeset 3249:aeb7ade75620 for plugins
- Timestamp:
- 05/30/16 14:00:08 (9 years ago)
- Branch:
- default
- Children:
- 3250:0602d92b678d, 3282:6aba0e1d175d
- Location:
- plugins/tags/default-templates/dotty
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/default-templates/dotty/tag.html
r3247 r3249 15 15 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 16 16 </tpl:Block> 17 18 <tpl:Block name="og-entry">19 <meta property="og:title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />20 </tpl:Block> <!-- #og-entry -->21 22 <tpl:Block name="schema-entry">23 <meta itemprop="name" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />24 </tpl:Block> <!-- #schema-entry -->25 17 26 18 <tpl:Block name="head-linkrel"> -
plugins/tags/default-templates/dotty/tags.html
r3247 r3249 14 14 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 15 15 </tpl:Block> 16 17 <tpl:Block name="og-entry">18 <meta property="og:title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" />19 </tpl:Block> <!-- #og-entry -->20 21 <tpl:Block name="schema-entry">22 <meta itemprop="name" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" />23 </tpl:Block> <!-- #schema-entry -->24 16 25 17 <tpl:Block name="head-linkrel">
Note: See TracChangeset
for help on using the changeset viewer.