Add theme

This commit is contained in:
2022-08-30 18:42:00 +02:00
parent 9abdf4765a
commit e8303a992e
198 changed files with 20614 additions and 0 deletions

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