[frio] Add local post link to share block when guid attribute is present
This commit is contained in:
parent
d2aa68106b
commit
b77896ed45
|
@ -18,7 +18,15 @@
|
|||
</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="shared-wall-item-ago"><small><span class="shared-time">{{$posted}}</span></small></div>
|
||||
<div class="shared-wall-item-ago"><small>
|
||||
{{if $guid}}
|
||||
<a href="/display/{{$guid}}">
|
||||
{{/if}}
|
||||
<span class="shared-time">{{$posted}}</span>
|
||||
{{if $guid}}
|
||||
</a>
|
||||
{{/if}}
|
||||
</small></div>
|
||||
</div>
|
||||
<blockquote class="shared_content">{{$content nofilter}}</blockquote>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue