rs
This commit is contained in:
@@ -10,25 +10,25 @@
|
||||
<div class="__rs {{class}}">
|
||||
<div class="__mail">
|
||||
<a target="_blank" href="mailto:?Subject= {{title}} {{url}}">
|
||||
<img src="/themes/custom/popsu_colloque/images/mail.svg" alt="Mail">
|
||||
<img src="/themes/custom/colloque2024/images/mail.svg" alt="Mail">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="__facebook">
|
||||
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={{url}}">
|
||||
<img src="/themes/custom/popsu_colloque/images/facebook.svg" alt="facebook">
|
||||
<img src="/themes/custom/colloque2024/images/facebook.svg" alt="facebook">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="__twitter">
|
||||
<a target="_blank" href="https://twitter.com/intent/tweet?text={{title}}%20{{url}}%20@popsu_colloque">
|
||||
<img src="/themes/custom/popsu_colloque/images/twitter.svg" alt="twitter">
|
||||
<img src="/themes/custom/colloque2024/images/logo_x.svg" alt="twitter">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="__linkedin">
|
||||
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url={{url}}/&title=&summary=&source=">
|
||||
<img src="/themes/custom/popsu_colloque/images/linkedin.svg" alt="linkedin">
|
||||
<img src="/themes/custom/colloque2024/images/linkedin.svg" alt="linkedin">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
#}
|
||||
<article class="row d-sm-flex flex-wrap d-block publications">
|
||||
<div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
||||
{% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
|
||||
{% if content.field_telecharger_la_ressource['#field_name']|length > 0 %}
|
||||
{{content.field_telecharger_la_ressource}}
|
||||
{% elseif content.field_ressource_externe['#field_name']|length > 0 %}
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
<div class="__wrapper row">
|
||||
<div class="__wrap_side col-md-12 col-lg-1 mt-3">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'moments' } %}
|
||||
{% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' with { page : 'moments' } %}
|
||||
</div>
|
||||
|
||||
<div class="__wrap_content col-12 col-lg-11 my-3">
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
<div class="__wrapper row">
|
||||
<div class="__wrap_side col-sm-12 col-md-1 pr-0 mt-0 mb-3">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'presentation' } %}
|
||||
{% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' with { page : 'presentation' } %}
|
||||
</div>
|
||||
<div class="__wrap_content col-sm-12 col-md-8">
|
||||
{{content.body}}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
#}
|
||||
<article class="row d-sm-flex flex-wrap d-block publications">
|
||||
<div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
||||
{% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
|
||||
{% if content.field_telecharger_la_ressource['#field_name']|length > 0 %}
|
||||
{{content.field_telecharger_la_ressource}}
|
||||
{% elseif content.field_ressource_externe['#field_name']|length > 0 %}
|
||||
|
||||
Reference in New Issue
Block a user