Circulo de consultoria para todos los servicios
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user