diff options
author | Camil Staps | 2021-06-23 09:25:36 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-23 09:25:36 +0200 |
commit | 9b8045e9ff6fc02dde1f0e14ecb419d852352633 (patch) | |
tree | fd0a206697ca520079f7737f9f669c80787ffc35 /resources/pug/finals/articles/2021-06-22-clean-sandbox.pug | |
parent | Replace menuItem mixin in sidebar layout with single menu mixin (diff) |
Setup infrastructure for articles written in markdown
Diffstat (limited to 'resources/pug/finals/articles/2021-06-22-clean-sandbox.pug')
-rw-r--r-- | resources/pug/finals/articles/2021-06-22-clean-sandbox.pug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug b/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug new file mode 100644 index 0000000..cd343dd --- /dev/null +++ b/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug @@ -0,0 +1,12 @@ +extends /layout-articles.pug + +block prepend menu + - var page = '2021-06-22-clean-sandbox' + +block subtitle + | Clean Sandbox +block subtitleDate + | 22 June 2021 + +block page + include:markdown ../../../md/2021-06-22-clean-sandbox.md |