chore: initial commit

This commit is contained in:
Jan Raasch 2020-07-07 10:37:57 +02:00
commit b05ff4eb22
86 changed files with 12051 additions and 0 deletions

15
layouts/404.html Normal file
View file

@ -0,0 +1,15 @@
{{ 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">
Give it another try: <a href="{{ "/" | relURL }}" alt="Homepage">Back to the homepage</a>.
</section>
</article>
</main>
{{ end }}