summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/listing.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-27 13:03:56 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-27 13:03:56 +0200
commit0f9a69bb83882c45d67b901bf9d897d7fd35eb2f (patch)
treec47e10e85663893f931d1a6d8476de35369764f0 /themes/flog/layouts/partials/listing.html
parent66725af0f80fd8fbff29d553c6f20054409ab0c0 (diff)
downloadpragblog-0f9a69bb83882c45d67b901bf9d897d7fd35eb2f.tar.gz
pragblog-0f9a69bb83882c45d67b901bf9d897d7fd35eb2f.zip
rework images and background
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">