svg
This commit is contained in:
@ -189,6 +189,7 @@
|
||||
<a href="{{ config.youtube }}" target="_blank" title="Youtube"><i class="fab fa-youtube fa-2x"></i></a>
|
||||
{% 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_slide",{userpseudo:user.slug}) }}" target="_blank" title="RSS"><i class="fa fa-play fa-2x"></i></a>
|
||||
</div>
|
||||
|
||||
|
||||
@ -355,14 +356,15 @@
|
||||
{% if not config.appsubname is empty %}
|
||||
{{ config.appsubname }}<br>
|
||||
{%endif%}
|
||||
|
||||
{% if not config.appdescription is empty %}
|
||||
|
||||
<small><br>{{ config.appdescription|raw }}</small><br>
|
||||
|
||||
{%endif%}
|
||||
|
||||
<br>
|
||||
|
||||
{% if user.email is not empty or config.facebook is not empty or config.instagram is not empty or config.twitter is not empty or config.google is not empty or config.youtube is not empty %}
|
||||
<br><br>
|
||||
{% endif %}
|
||||
|
||||
{% if user.email is not empty %}
|
||||
<i class="fas fa-envelope"></i> Email = <a href="mailto:{{ user.email }}" target="_blank" title="Email">{{ user.email }}</a><br>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user