diff options
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | _includes/header.html | 4 | ||||
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | about_me.html (renamed from myself.html) | 1 | ||||
-rw-r--r-- | archive.html | 1 |
5 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,5 @@ --- -permalink: /404.html +permalink: /not-found layout: default --- diff --git a/_includes/header.html b/_includes/header.html index 8bc0821..fbfc787 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="es"> <head> <meta charset="UTF-8"> @@ -31,7 +31,7 @@ <li class="active"><a href="{{ site.baseurl }}/">Inicio</a></li> <li class="active visible-xs-block"><a href="{{ site.baseurl }}/links">Links</a></li> <li class="active"><a href="{{ site.baseurl }}/archive">Archivo</a></li> - <li class="active"><a href="{{ site.baseurl }}/myself">Acerca de mí</a></li> + <li class="active"><a href="{{ site.baseurl }}/about-me">Acerca de mí</a></li> <li class="active"><a href="{{ site.baseurl }}/about">Acerca de</a></li> </ul> </div> @@ -1,5 +1,6 @@ --- layout: default +permalink: /about --- <div class="well"> diff --git a/myself.html b/about_me.html index f87c9ad..b7daac6 100644 --- a/myself.html +++ b/about_me.html @@ -1,5 +1,6 @@ --- layout: default +permalink: /about-me --- <div class="well"> diff --git a/archive.html b/archive.html index 2056c92..5bedb01 100644 --- a/archive.html +++ b/archive.html @@ -1,5 +1,6 @@ --- layout: default +permalink: /archive --- <div class="well"> |