Fix layout for 404 and Not Found pages
This commit is contained in:
parent
dbff59d42e
commit
c1d52bbd1c
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: misc/404
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
{% include "misc/404.njk" %}
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: misc/404
|
||||
permalink: /not_found.html
|
||||
---
|
||||
|
||||
{% include "misc/404.njk" %}
|
Loading…
Reference in New Issue