summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/finals/articles/index.pug
blob: 17951c7af7d1f510e418aa69a0ae8e14a850ab40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
extends /layout-articles.pug

block prepend menu
	- var page = ''

block subtitle
	| Home

block page
	p.
		This is a collection of some software-related articles I wrote.
		Perhaps it will be larger than this one day.