Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-wijaya committed Oct 31, 2024
1 parent 64c3d50 commit 997f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/update-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="panel-heading">{{- site.data.locales[include.lang].panel.popular_cate
{% assign name = category | split: '::' | last %}
{% assign count = category | split: '::' | first %}
<li class="text-truncate lh-lg">
<a href="{{ site.baseurl }}/content/{{ name | slugify | replace: '%C3%A9', 'é' }}" class="text-muted">{{ name | capitalize | replace: "-", " " | capitalize }} ({{ count | plus: 0 }})</a>
<a href="{{ site.baseurl }}/content/{{ name | slugify | relative_url }}" class="text-muted">{{ name | capitalize | replace: "-", " " | capitalize }} ({{ count | plus: 0 }})</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 997f04e

Please sign in to comment.