diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-10 20:16:34 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-10 20:16:34 +0200 |
commit | 8063067f53d1a9370700d9b5ebfbc30a1b65e168 (patch) | |
tree | cc4d1b6e00213195e97c704a15b7fd518aaea3f4 /src/_layout.pug | |
parent | c96f003767bed44b7362a0c6464d6c883964c347 (diff) | |
download | site-8063067f53d1a9370700d9b5ebfbc30a1b65e168.tar.gz site-8063067f53d1a9370700d9b5ebfbc30a1b65e168.zip |
Rework css
Diffstat (limited to 'src/_layout.pug')
-rw-r--r-- | src/_layout.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_layout.pug b/src/_layout.pug index d52ace6..6dc80a1 100644 --- a/src/_layout.pug +++ b/src/_layout.pug @@ -22,7 +22,7 @@ block root img(src="/img/flower.svg", width="40") | img(src="/img/flower.svg", width="40") - +menu(root) + +menu(root, element) main block content |