{% if page.external-url %} @@ -11,29 +12,31 @@ layout: default {{ page.title }} {% endif %}
+ +vom + {% if page.external-url %} + | Org. Post + {% endif %} +
vom - {% if page.external-url %} - | Org. Post - {% endif %}
{{ content }}
diff --git a/_posts/2021-06-15-update.md b/_posts/2021-06-15-update.md
index a845bd4..d0ef112 100644
--- a/_posts/2021-06-15-update.md
+++ b/_posts/2021-06-15-update.md
@@ -1,6 +1,11 @@
---
title: Update!
layout: post
+date: 2021-06-15
+author: Nico Jensen
+description: Ein update zum Blog selbst und zur Seite
+featured-image: update.png
+featured-image-alt: Bild von Code der Seite für das Update
---
Moin!
diff --git a/_sass/main.scss b/_sass/main.scss
index be174d1..3e49de5 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -49,7 +49,7 @@ header.header p {
.wrapper {
margin: 0 auto;
width: 100%;
- max-width: 500px;
+ max-width: 700px;
padding: 0 10px;
}
@@ -109,6 +109,15 @@ article.post header.post-header div.post-title h2 {
margin-bottom: 0;
}
+article.post header.post-header div.post-featured-image {
+ text-align: center;
+}
+
+article.post header.post-header div.post-featured-image img {
+ max-width: 100%;
+ width: 760px;
+}
+
article.post header.post-header p.public-date {
margin-top: 0;
font-size: 0.8em;
diff --git a/assets/images/header/update.png b/assets/images/header/update.png
new file mode 100644
index 0000000..275bdd3
Binary files /dev/null and b/assets/images/header/update.png differ