diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-01 22:17:44 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-01 22:17:44 +0100 |
commit | 6178c73f98cf2f3ffbac94115a07af3ae62a0b01 (patch) | |
tree | 96ff1898a2493fdbaa39f1b641e2bc50fac7b079 /src/_layout.pug | |
parent | a8e6e0952b6edcd1282f9f2221e0d4fbb463d0fe (diff) | |
download | site-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.tar.gz site-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.zip |
Migrate to pug
Diffstat (limited to 'src/_layout.pug')
-rw-r--r-- | src/_layout.pug | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/_layout.pug b/src/_layout.pug new file mode 100644 index 0000000..37d269a --- /dev/null +++ b/src/_layout.pug @@ -0,0 +1,23 @@ +block root + doctype html + head + meta(charset='utf-8') + title 💮💮 deuxfleurs - #{title} + link(rel="stylesheet", href="css/main.css") + header + .container + .menu-item + a(href='index.html') + strong deuxfleurs + 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='documentation.html') doc + span | + h1 #{title} + main + block content + |