Compare commits

...

3 Commits

  1. 13
      config.toml
  2. 2
      content/post/_index.de.md
  3. 2
      content/post/_index.en.md
  4. 13
      layouts/404.de.html
  5. 13
      layouts/404.en.html

13
config.toml

@ -95,22 +95,27 @@ tag = "tags"
[privacy]
[privacy.vimeo]
disabled = false
disable = false
enableDNT = true
simple = true
[privacy.twitter]
disabled = false
disable = true
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
disable = true
simple = true
[privacy.youtube]
disabled = false
disable = false
privacyEnhanced = true
[privacy.googleAnalytics]
disable = true
respectDoNotTrack = true
[services]
[services.instagram]

2
content/post/_index.de.md

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

2
content/post/_index.en.md

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

13
layouts/404.de.html

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

13
layouts/404.en.html

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