summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/layout-articles.pug
blob: 2672a36ac7a7a91012a96b7f904e3c65f574d25e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
extends layout-sidebar.pug

block append menu
	- var base_url = '/articles/'
	+menu(
		{name: 'Home', link: ''},
		{name: 2021, menu: [
			{name: 'Running the Clean compiler in the browser with WebAssembly', year: 2021, month: 6, day: 23},
		]},
	)