fixed 404.html
This commit is contained in:
parent
34c978086b
commit
b4998b9f0e
25 changed files with 148 additions and 25045 deletions
13
layouts/404.html
Normal file
13
layouts/404.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{{ define "title" }}
|
||||
<h1 class="bold-title is-1">{{ i18n "404_title" . }}</h1>
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="container markdown top-pad">
|
||||
{{ i18n "404_description" . | markdownify }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ define "footer" }}
|
||||
{{ partial "footer/text.html" . }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue