Add main to fix layout bug

This commit is contained in:
Nico Jensen 2021-07-07 12:37:52 +02:00
parent 6bc8e6cc68
commit 8addf9fe53
7 changed files with 193 additions and 180 deletions

View file

@ -4,6 +4,7 @@ title: 404 - Page not found!
permalink: /404.html permalink: /404.html
sitemap: false sitemap: false
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">404</h2> <h2 class="post-title">404</h2>
@ -13,3 +14,4 @@ sitemap: false
<p>Hier k&ouml;nnte jetzt ein kreativer Text stehen, tut es aber nicht.</p> <p>Hier k&ouml;nnte jetzt ein kreativer Text stehen, tut es aber nicht.</p>
</section> </section>
</article> </article>
</main>

View file

@ -4,7 +4,7 @@ title: 500 - Internal Server Error
permalink: /500.html permalink: /500.html
sitemap: false sitemap: false
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">500</h2> <h2 class="post-title">500</h2>
@ -13,3 +13,4 @@ sitemap: false
<section class="post-content wrapper"> <section class="post-content wrapper">
</section> </section>
</article> </article>
</main>

View file

@ -2,6 +2,7 @@
layout: default layout: default
title: Colophon title: Colophon
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">Colophon</h2> <h2 class="post-title">Colophon</h2>
@ -18,3 +19,4 @@ title: Colophon
</ul> </ul>
</div> </div>
</article> </article>
</main>

View file

@ -2,6 +2,7 @@
layout: default layout: default
title: Datenschutzerkl&auml;rung title: Datenschutzerkl&auml;rung
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">Datenschutzerkl&auml;rung</h1> <h2 class="post-title">Datenschutzerkl&auml;rung</h1>
@ -86,3 +87,4 @@ title: Datenschutzerkl&auml;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> <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> </section>
</article> </article>
</main>

View file

@ -2,6 +2,7 @@
layout: default layout: default
title: Kontakt title: Kontakt
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">Impressum</h2> <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> <p><i>Quelle: <a href="https://www.e-recht24.de">e-recht24.de</a></i></p>
</section> </section>
</article> </article>
</main>

View file

@ -2,6 +2,7 @@
layout: default layout: default
title: Kontakt title: Kontakt
--- ---
<main id="post-container" class="single-post">
<article class="post" id="contact"> <article class="post" id="contact">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">Kontakt</h2> <h2 class="post-title">Kontakt</h2>
@ -22,3 +23,4 @@ title: Kontakt
</blockquote> </blockquote>
</div> </div>
</article> </article>
</main>

View file

@ -2,6 +2,7 @@
layout: default layout: default
title: Über mich title: Über mich
--- ---
<main id="post-container" class="single-post">
<article class="post"> <article class="post">
<header class="post-header wrapper"> <header class="post-header wrapper">
<h2 class="post-title">About me</h2> <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> <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> </div>
</article> </article>
</main>