mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-09 06:58:01 -05:00
Fix inexistent layout warning for the default 404 page (#9589)
Merge pull request 9589
This commit is contained in:
committed by
GitHub
parent
1ad8c8dc04
commit
ed30c864f2
@@ -1,6 +1,6 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
layout: page
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
Reference in New Issue
Block a user