[frio] adding Feed link to vcard

This PR adds a link to the Atom Feed of a profile to the aside vcard in the Frio theme. The link is already in the other themes, so it only needs to be added to Frio.

fixes #10397
This commit is contained in:
Tobias Diekershoff 2022-04-29 19:27:25 +02:00
parent 18c642f2a7
commit 6161485b2f
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@
{{/if}}
</div>
{{/if}}
{{if $subscribe_feed_link}}
<div id="subscribe-feed-link-button">
<a id="subscribe-feed-link" class="btn btn-labeled btn-primary btn-sm" href="{{$subscribe_feed_link}}">
<span class=""><i class="fa fa-rss"></i></span>
<span class="">{{$subscribe_feed}}</span>
</a>
</div>
{{/if}}
{{if $wallmessage_link}}
<div id="wallmessage-link-botton">
<button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="openWallMessage('{{$wallmessage_link}}')">