change jade references to pug
This commit is contained in:
parent
a7b4bd023d
commit
cbae390312
10 changed files with 19 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
extends ../layout.jade
|
||||
extends ../layout.pug
|
||||
|
||||
block head
|
||||
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
include game.jade
|
1
public/views/index.pug
Normal file
1
public/views/index.pug
Normal file
|
@ -0,0 +1 @@
|
|||
include game.pug
|
Loading…
Add table
Add a link
Reference in a new issue