diff --git a/templates/frontpage/blocks/blog.html b/templates/frontpage/blocks/blog.html
index 64684d65bafed3059870dbf9d8970de11b5543dc..395d02fa78da3e60601aed8bb8fb84c1b3d13abf 100644
--- a/templates/frontpage/blocks/blog.html
+++ b/templates/frontpage/blocks/blog.html
@@ -8,11 +8,11 @@
           <div class="card">
             <div class="card-image">
               <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>
             </div>
             <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">
                 {{ post.summary | safe }}
               </div>