\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index 3781741..27be49c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -36,5 +36,4 @@ layout: default
{{ content }}
-
-{% include post_pagination.html %}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_posts/2021-06-15-update.md b/_posts/2021-06-15-update.md
new file mode 100644
index 0000000..a845bd4
--- /dev/null
+++ b/_posts/2021-06-15-update.md
@@ -0,0 +1,11 @@
+---
+title: Update!
+layout: post
+---
+Moin!
+
+Habe hier schon lange nix mehr gemacht oder geschrieben. Daher habe ich mein Urlaub mal genutzt und habe die Seite was modifiziert. Unter anderem habe ich ein paar Bugs im Design gefixt, die Navigation überarbeitet und die Kontaktseite überarbeitet.
+
+Nicht, dass ich glaube, dass das hier jemand liest oder merkt 😜
+
+Ich überlege auch gerade, ob ich nicht wieder ein Flickr Account mache. Ich wollte hier zwar was eigenes machen, aber irgendwie habe ich dazu nicht so die Motivation zudem war ich da eigentlich immer recht zufrieden und weiß gar nicht mehr, warum ich da weg bin.
\ No newline at end of file
diff --git a/_sass/main.scss b/_sass/main.scss
index 0865260..1930e91 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -13,11 +13,13 @@ a {
color: #4A4A4A;
text-decoration: none;
background: linear-gradient(to bottom,transparent 0,transparent 85%,#FFC0CB 60%,#FFC0CB 100%);
+ transition: all 0.15s linear;
}
a:hover {
- color: #fff;
- background-color: #FFC0CB;
+ //color: #fff;
+ //background-color: #FFC0CB;
+ background: none;
}
header.header {
@@ -112,12 +114,12 @@ article.post header.post-header p.public-date {
font-size: 0.8em;
}
-footer.site-footer div, article .post-header, .pagination {
+footer.site-footer div.wrapper, article .post-header, .pagination {
padding-top: 3.6rem;
border-top: #EBF2F6 1px solid;
}
-footer.site-footer div:before, article.post header.post-header:before, .pagination:before {
+footer.site-footer div.wrapper:before, article.post header.post-header:before, .pagination:before {
display: block;
content: "";
width: 7px;
@@ -139,3 +141,9 @@ footer.site-footer {
line-height: 1.75em;
text-align: center;
}
+
+#contact ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+}
\ No newline at end of file
diff --git a/fotos.html b/fotos.html
new file mode 100644
index 0000000..ebea5bb
--- /dev/null
+++ b/fotos.html
@@ -0,0 +1,14 @@
+---
+layout: default
+title: Fotos
+sitemap: false
+---
+
+
+
Fotos
+
+
+
Moin,
+
hier kommt bald Inhalt oder ein verweis auf eine richtige Seite.