diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-18 17:17:54 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-18 17:17:54 +0200 |
commit | 2ea473d3bd2d8bd8323c31f2355b5d427852e164 (patch) | |
tree | 648d9f212fe5badd061923524720f4c959578b11 /src/_markdown.pug | |
parent | ef35a40059be533bfc66c39bfdfb6ba22c0a672f (diff) | |
download | site-2ea473d3bd2d8bd8323c31f2355b5d427852e164.tar.gz site-2ea473d3bd2d8bd8323c31f2355b5d427852e164.zip |
Rework website structure
Diffstat (limited to 'src/_markdown.pug')
-rw-r--r-- | src/_markdown.pug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_markdown.pug b/src/_markdown.pug new file mode 100644 index 0000000..b92c4e9 --- /dev/null +++ b/src/_markdown.pug @@ -0,0 +1,7 @@ +extends ./_layout.pug + +prepend root + - title = element.nice_path[element.nice_path.length - 1] + +block content + != markdown |