Add titles and favicon

This commit is contained in:
Sofía Aritz 2023-03-12 01:20:11 +01:00
parent 445ed938a5
commit 07e96cb9ed
5 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico">
<title>{% if title %} {{ title }} - {% endif %}sofi web</title>
<link rel="stylesheet" href="/css/app.css" type="text/css">
<link rel="stylesheet" href="/css/navbar.css" type="text/css">

View file

@ -1,5 +1,6 @@
---
layout: simple_page.njk
title: contacto
---
# contacto

View file

@ -1,5 +1,6 @@
---
layout: simple_page.njk
title: enlaces
---
# enlaces

View file

@ -1,5 +1,6 @@
---
layout: simple_page.njk
title: proyectos
---
# proyectos

View file

@ -1,5 +1,6 @@
---
layout: simple_page.njk
title: recomendaciones
---
# recomendaciones