neu
This commit is contained in:
parent
b20bc86560
commit
02d636bc8d
1 changed files with 16 additions and 0 deletions
16
layouts/404.html
Normal file
16
layouts/404.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{{ define "main" }}
|
||||
<main class="content page-template 404" role="main">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="{{ "/" | relURL }}">
|
||||
{{ .Site.Title }}
|
||||
</a>
|
||||
</header>
|
||||
<h1 class="post-title">404 - Page Not Found</h1>
|
||||
<section class="post-content">
|
||||
|
||||
<p>Hier geht es zurück zur <a href="{{ "/" | relURL }}" alt="Homepage">Homepage</a>.</p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
{{ end }}
|
||||
Loading…
Reference in a new issue