diff options
Diffstat (limited to 'src/_layout.pug')
-rw-r--r-- | src/_layout.pug | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/_layout.pug b/src/_layout.pug index c16af33..ffc905e 100644 --- a/src/_layout.pug +++ b/src/_layout.pug @@ -3,22 +3,19 @@ block root head meta(charset='utf-8') title 💮💮 deuxfleurs - #{title} - link(rel="stylesheet", href="css/main.css") + link(rel="stylesheet", href="/css/main.css") header .container .menu-item - a(href='index.html') + a(href='/') strong deuxfleurs - img(src='img/flower.svg' width='38') - img(src='img/flower.svg' width='38') + img(src='/img/flower.svg' width='38') + img(src='/img/flower.svg' width='38') .menu-item a(href='https://guichet.deuxfleurs.fr') compte span | .menu-item - a(href='association.html') asso - span | - .menu-item - a(href='documentation.html') doc + a(href='/Documentation') doc span | h1 #{title} main |