aboutsummaryrefslogtreecommitdiff
path: root/src/_layout.pug
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 23:54:46 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 23:54:46 +0100
commitac3e7e494669f6f923cb240f03d974efc6c84899 (patch)
treee9d9b0415c5a6906839080b44960b6629d687ad5 /src/_layout.pug
parent74c6a06b4b664328e7a2d7e2de4474df28202429 (diff)
downloadsite-ac3e7e494669f6f923cb240f03d974efc6c84899.tar.gz
site-ac3e7e494669f6f923cb240f03d974efc6c84899.zip
Migrate website to my own static site generator
Diffstat (limited to 'src/_layout.pug')
-rw-r--r--src/_layout.pug10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_layout.pug b/src/_layout.pug
index 37d269a..a01151f 100644
--- a/src/_layout.pug
+++ b/src/_layout.pug
@@ -3,19 +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&nbsp;
- 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 &nbsp;|&nbsp;
.menu-item
- a(href='documentation.html') doc
+ a(href='/Documentation') doc
span &nbsp;|&nbsp;
h1 #{title}
main