This commit is contained in:
afornerot 2024-11-03 18:39:00 +01:00
parent 8d2970959c
commit 4e65d68057
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
<a href="{{ config.youtube }}" target="_blank" title="Youtube"><i class="fab fa-youtube fa-2x"></i></a> <a href="{{ config.youtube }}" target="_blank" title="Youtube"><i class="fab fa-youtube fa-2x"></i></a>
{% endif %} {% endif %}
<a href="{{ path("app_feeduser",{userpseudo:user.slug}) }}" target="_blank" title="RSS"><i class="fa fa-rss-square fa-2x"></i></a> <a href="{{ path("app_feeduser",{userpseudo:user.slug}) }}" target="_blank" title="RSS"><i class="fa fa-rss-square fa-2x"></i></a>
<a href="{{ path("app_slide",{userpseudo:user.slug}) }}" target="_blank" title="RSS"><i class="fa fa-play fa-2x"></i></a> <a href="{{ path("app_slide",{userpseudo:user.slug}) }}" target="_blank" title="Slide show"><i class="ml-1 fa fa-play fa-2x"></i></a>
</div> </div>