summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/listing.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flog/layouts/partials/listing.html')
-rw-r--r--themes/flog/layouts/partials/listing.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html
index 93fe09d..44849bd 100644
--- a/themes/flog/layouts/partials/listing.html
+++ b/themes/flog/layouts/partials/listing.html
@@ -1,5 +1,4 @@
<main role="main">
- <h1>{{ .Title }}</h1>
<div class="row grid">
<div class="grid-sizer col s1"></div>
{{ range .Data.Pages }}
@@ -11,7 +10,7 @@
<div class="card">
{{ if .Params.image }}
<div class="card-image">
- <img src="/images/{{ .Params.image }}">
+ <a href="{{ .RelPermalink }}"><img src="/images/{{ .Params.image }}"></a>
</div>
{{ end }}
<section class="card-content" itemprop="text">