You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Hugo are you using (hugo version)?
$ hugo version
Hugo Static Site Generator v0.63.1/extended darwin/amd64
Does this issue reproduce with the latest release?
Yes
I couldn't use {{ define "main" }} variable in 404.html layout. It generates a warning:
INFO 2020/01/24 17:17:56 found no layout file for "HTML" for "404": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
INFO 2020/01/24 17:17:56 found no layout file for "HTML" for "404": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
If I delete this, it's okay but I need add own raw html code from main pages
The text was updated successfully, but these errors were encountered:
bep
changed the title
Doesn't generate 404.html
0.63: 404.html layout with base template does not work
Jan 26, 2020
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
I couldn't use
{{ define "main" }}
variable in 404.html layout. It generates a warning:If I delete this, it's okay but I need add own raw html code from main pages
The text was updated successfully, but these errors were encountered: