summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/layout-articles.pug
diff options
context:
space:
mode:
authorCamil Staps2021-06-23 10:35:47 +0200
committerCamil Staps2021-06-23 10:35:47 +0200
commitd13cef99185184a18c0a08049e538fb7e0f28e7e (patch)
tree0e1c8e873a531887d8a56ff665a0d2132ccb8c0f /resources/pug/include/layout-articles.pug
parentArrange menu on /articles by year (diff)
Rename Clean Sandbox article
Diffstat (limited to 'resources/pug/include/layout-articles.pug')
-rw-r--r--resources/pug/include/layout-articles.pug2
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},
]},
)