Merge pull request 'bugfixes' (#215) from bugfixes into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #215
This commit is contained in:
commit
9ac47377bb
@ -3,9 +3,7 @@
|
||||
"href": "/about",
|
||||
"visible": true,
|
||||
"list_childs": false,
|
||||
"items": {
|
||||
"Kompetenzen": "/about/kompetenzen"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"Was geht ab?": {
|
||||
"href": "/aktuelles",
|
||||
|
@ -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"> {{ post.author }}</p>
|
||||
<p class="card__credits"><img src="/images/pencil_square.svg" alt="geschrieben von"> {{ 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"> {{ episode.authors }}</p>
|
||||
<p class="card__credits"><img src="/images/microphone.svg" alt="geschrieben von"> {{ episode.authors }}</p>
|
||||
<p class="card__date">{{ episode.pub_date|dateformat('long') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user