diff options
| author | Camil Staps | 2021-08-21 17:04:29 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-08-21 17:04:29 +0200 | 
| commit | 3f7507cfaa516a17f566947f49ac6c0649a9b7dc (patch) | |
| tree | d515d892295c23175f0a4a9c059d73de99b28267 /resources/pug/include | |
| parent | Fix menu item for article about Cloogle (diff) | |
Add article about Arduino and QuickCheck
Diffstat (limited to 'resources/pug/include')
| -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  			}, | 
