From ff096326ea718bee78e6192735b9c11abf69abb0 Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Tue, 16 Jan 2024 12:44:58 +0100 Subject: [PATCH 1/5] Replace -Tags #96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prüfschritt 9.1.3.1 --- _includes/tags.html | 2 +- _layouts/post.html | 2 +- _posts/2020-05-19-stellenausschreibung-dev.md | 4 +--- _posts/2020-06-03-stellenausschreibung-bib.md | 4 +--- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_includes/tags.html b/_includes/tags.html index a2f64fe..dc97509 100644 --- a/_includes/tags.html +++ b/_includes/tags.html @@ -1,5 +1,5 @@

-🏷 +🏷 {% capture temp_tags %} {% for tag in site.tags %} diff --git a/_layouts/post.html b/_layouts/post.html index 41128f9..8798b44 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@

{{ page.title }}

{{ page.date | date_to_string }}{% if page.updated != null %} – {{page.updated | date_to_string}}{% endif %}, {{ page.author }} - | 🏷 + | 🏷 {% for tag in page.tags %} {% capture tag_name %}{{ tag }}{% endcapture %} {{ tag_name }}  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**. From 54d64d696e39e4b00dd4adda153e62c3ace0828a Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Tue, 16 Jan 2024 12:55:43 +0100 Subject: [PATCH 2/5] Remove duplicate tag #96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prüfschitt 9.4.1.1 --- _layouts/default.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index dcf1137..35a7525 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,6 @@ <html lang="de"> <head> <meta charset="UTF-8"> - <title>{{ page.title }} From 8fe94b383b6b878c979aeccc9cd6ed2040ce81ed Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Tue, 16 Jan 2024 13:02:02 +0100 Subject: [PATCH 3/5] Replace deprecated non-standard tag by css #96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prüfschritt 9.4.1.1 --- _includes/tags.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tags.html b/_includes/tags.html index dc97509..c938a25 100644 --- a/_includes/tags.html +++ b/_includes/tags.html @@ -10,7 +10,7 @@ {% for temp_tag in sorted_temp_tags %} {% assign tag_items = temp_tag | split: '#' %} {% capture tag_name %}{{ tag_items[1] }}{% endcapture %} - {{ tag_name }} + {{ tag_name }} {% endfor %}

\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 8798b44..bbe77bf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@

{{ page.title }}

| 🏷 {% for tag in page.tags %} {% capture tag_name %}{{ tag }}{% endcapture %} - {{ tag_name }}  + {{ tag_name }}  {% endfor %}

From 6d2494c786a7a8863d1e267f68412a3bf53fa003 Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Tue, 16 Jan 2024 13:08:16 +0100 Subject: [PATCH 4/5] Fix wrong nesting of
    tags #96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prüfschritt 9.4.1.1 --- _layouts/tag.html | 21 ++++++++++----------- css/main.css | 2 +- index.html | 21 ++++++++++----------- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/_layouts/tag.html b/_layouts/tag.html index 55c2d0f..907ef55 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -4,14 +4,13 @@

    🏷 {{ page.title }}

    -
      -
    - {% for post in site.tags[page.tag] %} - - - - - - {% endfor %} -
    {{ post.date | date_to_string }}{{ post.author }}» {{ post.title }}
    -
\ No newline at end of file + + +{% for post in site.tags[page.tag] %} + + + + + +{% endfor %} +
{{ post.date | date_to_string }}{{ post.author }}» {{ post.title }}
\ No newline at end of file diff --git a/css/main.css b/css/main.css index b60b73e..af5ccbf 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 %} - - - - - - {% endfor %} -
    {{ post.date | date_to_string }}{{ post.author }}» {{ post.title }}
    -
\ No newline at end of file + + +{% for post in site.posts %} + + + + + +{% endfor %} +
{{ post.date | date_to_string }}{{ post.author }}» {{ post.title }}
\ No newline at end of file From 763d5227c1735c116ab7146b0fa6eb5d6658b448 Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Thu, 25 Jan 2024 15:22:08 +0100 Subject: [PATCH 5/5] Add link to accessibility statement --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/default.html b/_layouts/default.html index 35a7525..eccfc44 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,6 +28,7 @@