diff options
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}, ]}, ) |