Fix inexistent layout warning for the default 404 page (#9589)
Merge pull request 9589
This commit is contained in:
parent
1ad8c8dc04
commit
ed30c864f2
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
layout: page
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
|
|
Loading…
Reference in New Issue