diff options
| author | Camil Staps | 2021-06-23 10:35:47 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-06-23 10:35:47 +0200 | 
| commit | d13cef99185184a18c0a08049e538fb7e0f28e7e (patch) | |
| tree | 0e1c8e873a531887d8a56ff665a0d2132ccb8c0f /resources/pug/finals/articles | |
| parent | Arrange menu on /articles by year (diff) | |
Rename Clean Sandbox article
Diffstat (limited to 'resources/pug/finals/articles')
| -rw-r--r-- | resources/pug/finals/articles/2021-06-22-clean-sandbox.pug | 12 | ||||
| -rw-r--r-- | resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug | 12 | 
2 files changed, 12 insertions, 12 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 deleted file mode 100644 index cd343dd..0000000 --- a/resources/pug/finals/articles/2021-06-22-clean-sandbox.pug +++ /dev/null @@ -1,12 +0,0 @@ -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/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug b/resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug new file mode 100644 index 0000000..6506192 --- /dev/null +++ b/resources/pug/finals/articles/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.pug @@ -0,0 +1,12 @@ +extends /layout-articles.pug + +block prepend menu +	- var page = '2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly' + +block subtitle +	| Running the Clean compiler in the browser with WebAssembly +block subtitleDate +	| 23 June 2021 + +block page +	include:markdown ../../../md/2021-06-23-running-the-clean-compiler-in-the-browser-with-webassembly.md | 
