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/Documentation/_markdown.pug | |
parent | ef35a40059be533bfc66c39bfdfb6ba22c0a672f (diff) | |
download | site-2ea473d3bd2d8bd8323c31f2355b5d427852e164.tar.gz site-2ea473d3bd2d8bd8323c31f2355b5d427852e164.zip |
Rework website structure
Diffstat (limited to 'src/Documentation/_markdown.pug')
-rw-r--r-- | src/Documentation/_markdown.pug | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Documentation/_markdown.pug b/src/Documentation/_markdown.pug deleted file mode 100644 index b5dcdf4..0000000 --- a/src/Documentation/_markdown.pug +++ /dev/null @@ -1,14 +0,0 @@ -extends ../_layout.pug - -prepend root - - title = element.nice_path[element.nice_path.length - 1] - -block content - .container.spacing - nav - strong - a(href="/Documentation") Documentation - +menu(root.children.find(e => e.nice_name == "Documentation")) - - main.spacing - != markdown |