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/documentation.pug | |
parent | a8e6e0952b6edcd1282f9f2221e0d4fbb463d0fe (diff) | |
download | site-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.tar.gz site-6178c73f98cf2f3ffbac94115a07af3ae62a0b01.zip |
Migrate to pug
Diffstat (limited to 'src/documentation.pug')
-rw-r--r-- | src/documentation.pug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/documentation.pug b/src/documentation.pug new file mode 100644 index 0000000..a9a70f0 --- /dev/null +++ b/src/documentation.pug @@ -0,0 +1,9 @@ +extends _layout.pug + +prepend root + - title = "documentation" + +block content + .container.spacing + h2 Bientôt... + |