Compare commits
No commits in common. "9ac47377bbd876bd2da6ba6bed6132bec205fb8a" and "012e50da928854d6ba686210db4ada5b98df6070" have entirely different histories.
9ac47377bb
...
012e50da92
@ -3,7 +3,9 @@
|
|||||||
"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",
|
||||||
|
@ -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"> {{ 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>
|
<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"> {{ 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>
|
<p class="card__date">{{ episode.pub_date|dateformat('long') }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user