Merge pull request 'bugfixes' (#215) from bugfixes into main

Reviewed-on: ag_kommunikation/webseite#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", "href": "/about",
"visible": true, "visible": true,
"list_childs": false, "list_childs": false,
"items": { "items": {}
"Kompetenzen": "/about/kompetenzen"
}
}, },
"Was geht ab?": { "Was geht ab?": {
"href": "/aktuelles", "href": "/aktuelles",

View File

@ -26,7 +26,7 @@
<div class="card__header"> <div class="card__header">
<h2 class="card__heading">{{ post.title }}</h2> <h2 class="card__heading">{{ post.title }}</h2>
<div class="card__info"> <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> <p class="card__date">{{ post.pub_date|dateformat('long') }}</p>
</div> </div>
</div> </div>
@ -51,7 +51,7 @@
<div class="card__header card__header--podcast"> <div class="card__header card__header--podcast">
<h2 class="card__heading">{{ episode.title }}</h2> <h2 class="card__heading">{{ episode.title }}</h2>
<div class="card__info"> <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> <p class="card__date">{{ episode.pub_date|dateformat('long') }}</p>
</div> </div>
</div> </div>