Switch file names from jade to pug.

This commit is contained in:
Lars Jung 2016-06-04 02:43:48 +02:00
parent 3a2e61b163
commit f0a9937dc6
8 changed files with 57 additions and 7 deletions

View file

@ -1,4 +1,4 @@
extends ./page.tpl.jade
extends ./page.tpl.pug
block init
- var title = 'index - powered by h5ai v' + pkg.version + ' (' + pkg.homepage + ')'

View file

@ -1,4 +1,4 @@
extends ./page.tpl.jade
extends ./page.tpl.pug
block init
- var title = 'h5ai info page - v' + pkg.version