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/include | |
parent | Arrange menu on /articles by year (diff) |
Rename Clean Sandbox article
Diffstat (limited to 'resources/pug/include')
-rw-r--r-- | resources/pug/include/layout-articles.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/pug/include/layout-articles.pug b/resources/pug/include/layout-articles.pug index 26fa69f..2672a36 100644 --- a/resources/pug/include/layout-articles.pug +++ b/resources/pug/include/layout-articles.pug @@ -5,6 +5,6 @@ block append menu +menu( {name: 'Home', link: ''}, {name: 2021, menu: [ - {name: 'Clean Sandbox', year: 2021, month: 6, day: 22}, + {name: 'Running the Clean compiler in the browser with WebAssembly', year: 2021, month: 6, day: 23}, ]}, ) |