🏷 {{ page.title }}
-
-
- {% for post in site.tags[page.tag] %}
-
- {{ post.date | date_to_string }} |
- {{ post.author }} |
- » {{ post.title }} |
-
- {% endfor %}
-
-
\ No newline at end of file
+
+
+{% for post in site.tags[page.tag] %}
+
+ {{ post.date | date_to_string }} |
+ {{ post.author }} |
+ » {{ post.title }} |
+
+{% endfor %}
+
\ No newline at end of file
diff --git a/_posts/2020-05-19-stellenausschreibung-dev.md b/_posts/2020-05-19-stellenausschreibung-dev.md
index 95029f5..5b20c53 100644
--- a/_posts/2020-05-19-stellenausschreibung-dev.md
+++ b/_posts/2020-05-19-stellenausschreibung-dev.md
@@ -57,13 +57,11 @@ Für weitere Rückfragen steht Ihnen Herr Pohl gerne zur Verfügung (Telefon 022
**Verfahren**
Ihre Bewerbung mit den üblichen Unterlagen richten Sie bitte mit dem Kennwort "20oiDEV" bis zum **14.06.2020** an das
-
-
+
Hochschulbibliothekszentrum des Landes NRW
Personalservice
Postfach 27 04 51
50510 Köln
-
oder digital per E-Mail an: **bewerbung@hbz-nrw.de**.
diff --git a/_posts/2020-06-03-stellenausschreibung-bib.md b/_posts/2020-06-03-stellenausschreibung-bib.md
index c47bd9f..c3bd602 100644
--- a/_posts/2020-06-03-stellenausschreibung-bib.md
+++ b/_posts/2020-06-03-stellenausschreibung-bib.md
@@ -57,13 +57,11 @@ Für weitere Rückfragen steht Ihnen Herr Pohl gerne zur Verfügung (Telefon 022
**Verfahren**
Ihre Bewerbung mit den üblichen Unterlagen richten Sie bitte mit dem Kennwort "20oiDEV" bis zum **21.06.2020** an das
-
-
+
Hochschulbibliothekszentrum des Landes NRW
Personalservice
Postfach 27 04 51
50510 Köln
-
oder digital per E-Mail an: **bewerbung@hbz-nrw.de**.
diff --git a/css/main.css b/css/main.css
index baf74e5..0f5e1de 100644
--- a/css/main.css
+++ b/css/main.css
@@ -33,7 +33,7 @@ footer {
font-size: .8em;
}
-ul.posts {
+ul.posts, table.posts {
margin: 20px auto 40px;
padding-left: 0px;
}
diff --git a/index.html b/index.html
index ce891de..872a395 100644
--- a/index.html
+++ b/index.html
@@ -3,14 +3,13 @@
title: Blog
---
{% include tags.html %}
-
-
- {% for post in site.posts %}
-
- {{ post.date | date_to_string }} |
- {{ post.author }} |
- » {{ post.title }} |
-
- {% endfor %}
-
-
\ No newline at end of file
+
+
+{% for post in site.posts %}
+
+ {{ post.date | date_to_string }} |
+ {{ post.author }} |
+ » {{ post.title }} |
+
+{% endfor %}
+
\ No newline at end of file