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

block prepend menu
	- var page = ''

block subtitle
	| Home

block subtitleExtra

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