Merge pull request 'bugfixes' (#215) from bugfixes into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #215
This commit is contained in:
muli 2023-11-19 15:10:45 +01:00
commit 9ac47377bb
2 changed files with 3 additions and 5 deletions

View File

@ -3,9 +3,7 @@
"href": "/about",
"visible": true,
"list_childs": false,
"items": {
"Kompetenzen": "/about/kompetenzen"
}
"items": {}
},
"Was geht ab?": {
"href": "/aktuelles",

View File

@ -26,7 +26,7 @@
<div class="card__header">
<h2 class="card__heading">{{ post.title }}</h2>
<div class="card__info">
<p class="card__credits"><img src="../images/pencil_square.svg" alt="geschrieben von">&ensp;{{ post.author }}</p>
<p class="card__credits"><img src="/images/pencil_square.svg" alt="geschrieben von">&ensp;{{ post.author }}</p>
<p class="card__date">{{ post.pub_date|dateformat('long') }}</p>
</div>
</div>
@ -51,7 +51,7 @@
<div class="card__header card__header--podcast">
<h2 class="card__heading">{{ episode.title }}</h2>
<div class="card__info">
<p class="card__credits"><img src="../images/microphone.svg" alt="geschrieben von">&ensp;{{ episode.authors }}</p>
<p class="card__credits"><img src="/images/microphone.svg" alt="geschrieben von">&ensp;{{ episode.authors }}</p>
<p class="card__date">{{ episode.pub_date|dateformat('long') }}</p>
</div>
</div>