First version of the theme
This commit is contained in:
commit
8dd30f6eb8
61 changed files with 1658 additions and 0 deletions
20
layouts/404.html
Normal file
20
layouts/404.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{{ define "main"}}
|
||||
<main id="wrapper">
|
||||
<section class="container error_page">
|
||||
<div>
|
||||
<h1 id="title">
|
||||
{{ with .Site.Params.error404_definitionUrl }}
|
||||
<a title="{{ i18n "error_404_title" }}" href="{{ . }}">
|
||||
{{ end }}
|
||||
{{ htmlUnescape (i18n "error_404") }}
|
||||
{{ with .Site.Params.error404_definitionUrl }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</h1>
|
||||
<p>{{ i18n "error_404_txt" }}</p>
|
||||
<p>{{ i18n "error_404_reasons" | markdownify }}</p>
|
||||
</div>
|
||||
<footer><a href="{{ "/" | relURL }}">{{ i18n "go_home" }}</a></footer>
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue