1
0
Fork 0

Suppoorting Open Graph and Dublin Core when displaying single item

Following link shorteners in parse_url
This commit is contained in:
Michael Vogel 2013-03-02 14:46:06 +01:00
commit 2866f62c88
4 changed files with 45 additions and 8 deletions

View file

@ -64,7 +64,7 @@
</span>
</div>
<div class="wall-item-content">
<div itemprop="description" class="wall-item-content">
{{if $item.title}}<h2><a href="{{$item.plink.href}}" class="{{$item.sparkle}}">{{$item.title}}</a></h2>{{/if}}
{{$item.body}}
</div>

View file

@ -59,7 +59,7 @@
</span>
</div>
<div class="wall-item-content">
<div itemprop="description" class="wall-item-content">
{{ if $item.title }}<h2><a href="$item.plink.href" class="$item.sparkle">$item.title</a></h2>{{ endif }}
$item.body
</div>