Skip to content

Commit

Permalink
Update municipal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UxuSS authored Dec 31, 2024
1 parent c9bc0c0 commit 0b73b38
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _pages/municipal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permalink: municipal/
layout: page
---

## Lista de Indicadores
## Lista de Indicadores por Objetivo

<div class="container">
{% assign indicators = site.data.municipal %}
Expand All @@ -19,7 +19,8 @@ layout: page
{% assign grouped_indicators = grouped_indicators | push: goal_number %}
{% endif %}
{% endfor %}
{% assign grouped_indicators = grouped_indicators | uniq | sort %}
{% assign grouped_indicators = grouped_indicators | uniq %}
{% assign grouped_indicators = grouped_indicators | sort_natural %}

<!-- Mostrar indicadores agrupados en orden de objetivos -->
{% for goal_number in grouped_indicators %}
Expand Down Expand Up @@ -58,10 +59,6 @@ layout: page
<strong>{{ indicator.number }}</strong>:
<a href="{{ indicator.url }}">{{ indicator.name }}</a>
</li>
{% else %}
<li>
<strong>{{ indicator_number }}</strong>: Sin información disponible
</li>
{% endif %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 0b73b38

Please sign in to comment.