mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Merge pull request #271 from berryp/issue/404-has-invalid-html
Fix invalid HTML in 404 template.
This commit is contained in:
commit
ec48c61329
1 changed files with 2 additions and 4 deletions
|
@ -34,8 +34,6 @@
|
|||
{{ partial "custom-header.html" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<body class="" data-url="/">
|
||||
|
||||
<section id="body" style="margin-left:0px;">
|
||||
|
@ -48,7 +46,7 @@
|
|||
<p>{{T "message-404"}}</p>
|
||||
<p></p>
|
||||
<p><a href='{{ "" | relLangURL }}'>{{T "Go-to-homepage"}}</a></p>
|
||||
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!"></img></p>
|
||||
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue