Skip to content

Commit

Permalink
Fix inexistent layout warning for the default 404 page
Browse files Browse the repository at this point in the history
Warning message:
```
Layout 'default' requested in 404.html does not exist.
```

Probably introduced by the Minima v3 upgrade:
https://github.com/jekyll/minima?tab=readme-ov-file#base-layout
  • Loading branch information
revolter committed Apr 28, 2024
1 parent 96a4198 commit ef2617c
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 ef2617c

Please sign in to comment.