Compare commits

..

No commits in common. "9ac47377bbd876bd2da6ba6bed6132bec205fb8a" and "012e50da928854d6ba686210db4ada5b98df6070" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,9 @@
"href": "/about",
"visible": true,
"list_childs": false,
"items": {}
"items": {
"Kompetenzen": "/about/kompetenzen"
}
},
"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>