change jade references to pug

This commit is contained in:
Asraelite 2016-07-14 15:53:58 +01:00
parent a7b4bd023d
commit cbae390312
10 changed files with 19 additions and 7 deletions

View file

@ -1,4 +1,4 @@
extends ../layout.jade
extends ../layout.pug
block head

View file

@ -1,4 +1,4 @@
extends layout.jade
extends layout.pug
block head
title
@ -15,4 +15,4 @@ block body
canvas#wingbase_canvas
| Sorry, your browser does not currently support HTML5 Canvas.
#gui
include gui/gui.jade
include gui/gui.pug

View file

@ -1 +0,0 @@
include game.jade

1
public/views/index.pug Normal file
View file

@ -0,0 +1 @@
include game.pug