gestion footeré
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
This commit is contained in:
26
templates/Include/social.html.twig
Normal file
26
templates/Include/social.html.twig
Normal file
@ -0,0 +1,26 @@
|
||||
<div class="footer-social">
|
||||
{% if app.session.get('email') is not empty %}
|
||||
<a href="mailto:{{ app.session.get('email') }}" target="_blank" title="Email"><i class="fas fa-envelope fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('facebook') is not empty %}
|
||||
<a href="{{ app.session.get('facebook') }}" target="_blank" title="Facebook"><i class="fab fa-facebook fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('instagram') is not empty %}
|
||||
<a href="{{ app.session.get('instagram') }}" target="_blank" title="Instagram"><i class="fab fa-instagram fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('twitter') is not empty %}
|
||||
<a href="{{ app.session.get('twitter') }}" target="_blank" title="Twitter"><i class="fab fa-twitter fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('pinterest') is not empty %}
|
||||
<a href="{{ app.session.get('pinterest') }}" target="_blank" title="Twitter"><i class="fab fa-pinterest fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('google') is not empty %}
|
||||
<a href="{{ app.session.get('google') }}" target="_blank" title="Google"><i class="fab fa-google-plus fa-2x mr-2"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('youtube') is not empty %}
|
||||
<a href="{{ app.session.get('youtube') }}" target="_blank" title="Youtube"><i class="fab fa-youtube fa-2x"></i></a>
|
||||
{% endif %}
|
||||
{% if app.session.get('linkedIn') is not empty %}
|
||||
<a href="{{ app.session.get('linkedIn') }}" target="_blank" title="Linkedin"><i class="fab fa-linkedin fa-2x"></i></a>
|
||||
{% endif %}
|
||||
</div>
|
@ -20,4 +20,6 @@
|
||||
|
||||
--colorbgbodydark-rgb: {{ app.session.get('colorbgbodydark-rgb')|raw }};
|
||||
}
|
||||
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user