Circulo de consultoria para todos los servicios

This commit is contained in:
2025-09-04 10:26:06 +00:00
parent 515edc6974
commit b0b24a7e6a

View File

@ -31,11 +31,12 @@
{% for item in servicios %}
{% set icon = '' %}
{% if item.slug in servicio %}
{% if 'investigacion' in item.slug %}
{#% if 'investigacion' in item.slug %}
{% set icon = 'icono_investigacion3x.png' %}
{% else %}
{% set icon = 'icono_' ~ item.slug ~ '3x.png' %}
{% endif %}
{% endif %#}
{% set icon = 'icono_consultoria3x.png' %}
{#<div class="d-block border-bottom-0 mb-5" style="background:url('{{site.theme.link}}/public/img/{{ icon }}') no-repeat 0 bottom;">
<div class="pl-5 ml-5">