maj
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<div class="demander-votre-devis">
|
||||
<a href="/demande-de-devis">
|
||||
<h2><strong>DEVIS</strong></br> EN LIGNE</h2>
|
||||
<p>Parlez-nous de votre projet</p>
|
||||
<img src="/user/themes/lecampus/images/fleche_devis.svg" alt="devis">
|
||||
</a>
|
||||
</div>
|
@ -1,15 +1,10 @@
|
||||
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
|
||||
|
||||
{% import _self as macro %}
|
||||
|
||||
{% if page.taxonomy.tag %}
|
||||
{% for tag in page.taxonomy.tag %}
|
||||
<div class="publics {{ macro.pageLinkName(tag) }}">
|
||||
<span class="pc">
|
||||
<span class="tags">
|
||||
{{ tag }}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<span class="publics">
|
||||
{{ tag }}
|
||||
</span>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user