Skip to content

Commit cd75bdd

Browse files
committed
fix broken index link for espanol
1 parent d8ed112 commit cd75bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="usable-area">
6969
{% case lang %}
7070
{% when "es" %}
71-
<a href="/es/index/">Inicio</a> |
71+
<a href="/es/">Inicio</a> |
7272
<a href="/es/about/">Acerca De</a> |
7373
<a href="/es/decomp/">Decompilación</a> |
7474
<a href="/es/features/">Adiciones</a> |

0 commit comments

Comments
 (0)