diff --git a/_includes/simple_page.njk b/_includes/simple_page.njk index 390b062..0b2cfa1 100644 --- a/_includes/simple_page.njk +++ b/_includes/simple_page.njk @@ -3,6 +3,7 @@ + {% if title %} {{ title }} - {% endif %}sofi web diff --git a/contact.md b/contact.md index 463f838..25e51e1 100644 --- a/contact.md +++ b/contact.md @@ -1,5 +1,6 @@ --- layout: simple_page.njk +title: contacto --- # contacto diff --git a/links.md b/links.md index dc0c8a5..d40db44 100644 --- a/links.md +++ b/links.md @@ -1,5 +1,6 @@ --- layout: simple_page.njk +title: enlaces --- # enlaces diff --git a/projects.md b/projects.md index 909c643..55eb7a6 100644 --- a/projects.md +++ b/projects.md @@ -1,5 +1,6 @@ --- layout: simple_page.njk +title: proyectos --- # proyectos diff --git a/recommendations.md b/recommendations.md index b0024b7..2c4e671 100644 --- a/recommendations.md +++ b/recommendations.md @@ -1,5 +1,6 @@ --- layout: simple_page.njk +title: recomendaciones --- # recomendaciones