- 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/post.html
r3246 r3249 18 18 <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 19 19 </tpl:Block> 20 21 <tpl:Block name="og-entry">22 <meta property="og:title" content="{{tpl:EntryTitle encode_html="1"}}" />23 <meta property="og:description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />24 </tpl:Block> <!-- #og-entry -->25 26 <tpl:Block name="schema-entry">27 <meta itemprop="name" content="{{tpl:EntryTitle encode_html="1"}}" />28 <meta itemprop="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />29 </tpl:Block> <!-- #schema-entry -->30 20 31 21 <tpl:Block name="head-linkrel">
Note: See TracChangeset
for help on using the changeset viewer.