diff options
author | Camil Staps | 2021-09-07 15:28:05 +0200 |
---|---|---|
committer | Camil Staps | 2021-09-07 15:28:05 +0200 |
commit | b504ce67c9929c44c16cdd1fee971746daedf0bc (patch) | |
tree | 28fbf9fa95ca50e460118717841c12981263cc61 /resources/pug/include/layout-articles.pug | |
parent | Add Open Access icons where applicable (diff) | |
parent | Add links to relevant code to article about testing Arduino code with QuickCheck (diff) |
Merge branch 'add-arduino-quickcheck-article'
Diffstat (limited to 'resources/pug/include/layout-articles.pug')
-rw-r--r-- | resources/pug/include/layout-articles.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/pug/include/layout-articles.pug b/resources/pug/include/layout-articles.pug index 2aeaa1c..7b63cca 100644 --- a/resources/pug/include/layout-articles.pug +++ b/resources/pug/include/layout-articles.pug @@ -8,6 +8,9 @@ block append menu +menu( {name: 'Home', link: ''}, {name: 2021, menu: [ + { name: 'Testing Arduino code with Haskell QuickCheck', + year: 2021, month: 9, day: 7 + }, { name: 'Cloogle search overview', year: 2021, month: 8, day: 2 }, |