diff options
Diffstat (limited to 'resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.pug')
-rw-r--r-- | resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.pug | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.pug b/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.pug new file mode 100644 index 0000000..9d5cf91 --- /dev/null +++ b/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.pug @@ -0,0 +1,18 @@ +extends /layout-articles.pug + +block prepend title + | Compiling Clean in the browser - + +block prepend menu + - var page = '2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction' + +block append breadcrumbs + +breadcrumb('Compiling Clean in the browser with WebAssembly, part 1: Introduction') + +block subtitle + | Compiling Clean in the browser with WebAssembly, part 1: Introduction +block subtitleDate + | 23 June 2021 + +block page + include:markdown ../../../md/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.md |