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