Browse Source

small improvements and fixes

main
Hendrik Langer 7 months ago
parent
commit
b3cab9dffb
  1. 2
      content/archives.md
  2. 2
      content/post/_index.de.md
  3. 2
      content/post/_index.en.md
  4. 18
      layouts/404.de.html
  5. 18
      layouts/404.en.html

2
content/archives.md

@ -2,4 +2,4 @@
date: 2019-05-28 date: 2019-05-28
type: section type: section
layout: "archives" layout: "archives"
--- ---

2
content/post/_index.de.md

@ -5,4 +5,6 @@ author: hendrik
menu: "main" menu: "main"
weight: 20 weight: 20
translationKey: "posts" translationKey: "posts"
aliases:
- blog
--- ---

2
content/post/_index.en.md

@ -5,5 +5,7 @@ author: hendrik
menu: "main" menu: "main"
weight: 20 weight: 20
translationKey: "posts" translationKey: "posts"
aliases:
- blog
--- ---

18
layouts/404.de.html

@ -1,9 +1,13 @@
{{ define "main" }} {{ define "main" }}
<h1>404 Not Found</h1> <div class="row-fluid navmargin" style="background-color: #840000;">
<p>Diese Seite konnte nicht gefunden werden.</p> <div class="page-header" style="background-color: #fefe54;">
<p> <h1>404 Not Found</h1>
<a href="{{ .Site.Home.RelPermalink }}"> </div>
Zur&uuml;ck zur Homepage <p class="lead">Diese Seite konnte nicht gefunden werden.</p>
</a> <p>
</p> <a href="{{ .Site.Home.RelPermalink }}">
Zur&uuml;ck zur Homepage
</a>
</p>
</div>
{{ end }} {{ end }}

18
layouts/404.en.html

@ -1,9 +1,13 @@
{{ define "main" }} {{ define "main" }}
<h1>404 Not Found</h1> <div class="row-fluid navmargin" style="background-color: #840000;">
<p>The page you requested cannot be found.</p> <div class="page-header" style="background-color: #fefe54;">
<p> <h1>404 Not Found</h1>
<a href="{{ .Site.Home.RelPermalink }}"> </div>
Return to the home page <p class="lead">The page you requested cannot be found.</p>
</a> <p>
</p> <a href="{{ .Site.Home.RelPermalink }}">
Return to the home page
</a>
</p>
</div>
{{ end }} {{ end }}

Loading…
Cancel
Save