Skip to content

Commit

Permalink
Fix inexistent layout warning for the default 404 page (#9589)
Browse files Browse the repository at this point in the history
Merge pull request 9589
  • Loading branch information
revolter committed May 23, 2024
1 parent 1ad8c8d commit ed30c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site_template/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /404.html
layout: default
layout: page
---

<style type="text/css" media="screen">
Expand Down

0 comments on commit ed30c86

Please sign in to comment.