mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
Add titles and favicon
This commit is contained in:
parent
445ed938a5
commit
07e96cb9ed
5 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: simple_page.njk
|
||||
title: contacto
|
||||
---
|
||||
|
||||
# contacto
|
||||
|
|
1
links.md
1
links.md
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: simple_page.njk
|
||||
title: enlaces
|
||||
---
|
||||
|
||||
# enlaces
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: simple_page.njk
|
||||
title: proyectos
|
||||
---
|
||||
|
||||
# proyectos
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: simple_page.njk
|
||||
title: recomendaciones
|
||||
---
|
||||
|
||||
# recomendaciones
|
||||
|
|
Loading…
Reference in a new issue