diff options
Diffstat (limited to 'resources/pug/finals')
-rw-r--r-- | resources/pug/finals/articles/2021-06-22-clean-sandbox.pug | 12 | ||||
-rw-r--r-- | resources/pug/finals/articles/index.pug | 12 |
2 files changed, 24 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 diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug new file mode 100644 index 0000000..17951c7 --- /dev/null +++ b/resources/pug/finals/articles/index.pug @@ -0,0 +1,12 @@ +extends /layout-articles.pug + +block prepend menu + - var page = '' + +block subtitle + | Home + +block page + p. + This is a collection of some software-related articles I wrote. + Perhaps it will be larger than this one day. |