mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 17:56:54 +01:00
Added 404 page
This commit is contained in:
parent
29c556978f
commit
5127a332d5
1 changed files with 18 additions and 0 deletions
18
layouts/404.html
Normal file
18
layouts/404.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<img src="{{ site.Params.logo | safeURL }}">
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ end }}
|
Loading…
Add table
Reference in a new issue