Skip to content
Snippets Groups Projects
Unverified Commit 9f8b5ecc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Link blog psots to post pages

parent 93cb051e
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
<div class="card"> <div class="card">
<div class="card-image"> <div class="card-image">
<figure class="image is-4by3"> <figure class="image is-4by3">
<img src="{{ get_url(path="@/" ~ post.relative_path, trailing_slash=true) }}{{ post.extra.depiction.image | safe }}" alt="{{ post.extra.depiction.alt }}" /> <a href="{{ post.permalink }}"><img src="{{ get_url(path="@/" ~ post.relative_path, trailing_slash=true) }}{{ post.extra.depiction.image | safe }}" alt="{{ post.extra.depiction.alt }}" /></a>
</figure> </figure>
</div> </div>
<div class="card-content"> <div class="card-content">
<h3 class="title is-3">{{ post.title }}</h3> <a href="{{ post.permalink }}"><h3 class="title is-3">{{ post.title }}</h3></a>
<div class="content"> <div class="content">
{{ post.summary | safe }} {{ post.summary | safe }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment