Display featured posts for contacts

This commit is contained in:
Michael 2022-04-07 21:52:25 +00:00
commit 75bc4eccb7
21 changed files with 172 additions and 118 deletions

View file

@ -72,6 +72,10 @@
<a href="{{$item.plink.orig}}">
<time class="time" title="{{$item.localtime}}" data-toggle="tooltip" datetime="{{$item.utc}}">{{$item.ago}}</time>
</a>
{{if $item.pinned}}
&bull; <i class="fa fa-thumb-tack" aria-hidden="true" title="{{$item.pinned}}"></i>
<span class="sr-only">{{$item.pinned}}</span>
{{/if}}
</small>
</div>