mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-17 00:41:22 +00:00
parent
b15934008f
commit
318558f26c
1 changed files with 5 additions and 0 deletions
5
docs/layouts/404.html
Normal file
5
docs/layouts/404.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ partial "header.html" . }}
|
||||
<div class="col-lg-8 col-md-12">
|
||||
Page Not Found.
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
Loading…
Reference in a new issue