Add main to fix layout bug
This commit is contained in:
parent
6bc8e6cc68
commit
8addf9fe53
7 changed files with 193 additions and 180 deletions
2
404.html
2
404.html
|
@ -4,6 +4,7 @@ title: 404 - Page not found!
|
|||
permalink: /404.html
|
||||
sitemap: false
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">404</h2>
|
||||
|
@ -13,3 +14,4 @@ sitemap: false
|
|||
<p>Hier könnte jetzt ein kreativer Text stehen, tut es aber nicht.</p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
3
500.html
3
500.html
|
@ -4,7 +4,7 @@ title: 500 - Internal Server Error
|
|||
permalink: /500.html
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">500</h2>
|
||||
|
@ -13,3 +13,4 @@ sitemap: false
|
|||
<section class="post-content wrapper">
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Colophon
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">Colophon</h2>
|
||||
|
@ -18,3 +19,4 @@ title: Colophon
|
|||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Datenschutzerklärung
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">Datenschutzerklärung</h1>
|
||||
|
@ -86,3 +87,4 @@ title: Datenschutzerklärung
|
|||
<p><a href="https://datenschutz-generator.de" class="dsg1-5" rel="nofollow" target="_blank">Erstellt mit Datenschutz-Generator.de von RA Dr. Thomas Schwenke</a></p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Kontakt
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">Impressum</h2>
|
||||
|
@ -33,3 +34,4 @@ title: Kontakt
|
|||
<p><i>Quelle: <a href="https://www.e-recht24.de">e-recht24.de</a></i></p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Kontakt
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post" id="contact">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">Kontakt</h2>
|
||||
|
@ -22,3 +23,4 @@ title: Kontakt
|
|||
</blockquote>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Über mich
|
||||
---
|
||||
<main id="post-container" class="single-post">
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">About me</h2>
|
||||
|
@ -13,3 +14,4 @@ title: Über mich
|
|||
<p>Falls Du Anmerkungen zu meinen Artikel, dieser Seite oder mich hast, kannst Du <a href="/kontakt">hier</a> erfahren, wie Du mich erreichen kannst.</p>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
Loading…
Add table
Reference in a new issue