summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/head.pug
blob: b5f95795bfaa8c30429425ec16bc09cd51ffe3ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
title
	block titleHeading
		block title
			| Camil Staps

meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1')

link(rel='stylesheet', href='/assets/css/style.css', type='text/css')

block extra_head