[frio] Add local post link to share block when guid attribute is present

This commit is contained in:
Hypolite Petovan 2020-06-21 09:45:36 -04:00
parent d2aa68106b
commit b77896ed45
1 changed files with 9 additions and 1 deletions

View File

@ -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>