Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-04-25 02:08:42 +0300
committerGitHub <noreply@github.com>2022-04-25 02:08:42 +0300
commitc36f380c01eff668a60825c74e3c9f25063a6d6b (patch)
treea8c4d992df473e77907cd955377c6779ab898698
parent3907689dd31547fa2452a7d4d355fe1006f5c811 (diff)
parent3a66c1be283ef00bb5662ff2110b6ff5c0015a0c (diff)
Merge pull request #285 from yogendra/master
Add Page to argument so that the usePageBundle check works
-rw-r--r--layouts/partials/excerpt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/excerpt.html b/layouts/partials/excerpt.html
index 8bdaa79..0e2c355 100644
--- a/layouts/partials/excerpt.html
+++ b/layouts/partials/excerpt.html
@@ -9,7 +9,7 @@
{{- with .Params.thumbnail }}
<div class="excerpt_footer partition">
<div class="excerpt_thumbnail">
- {{- partial "image" (dict "file" . "alt" $.Title "type" "thumbnail") }}
+ {{- partial "image" (dict "file" . "alt" $.Title "type" "thumbnail" "Page" $.Page ) }}
</div>
{{ else }}
<div class="excerpt_footer">