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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/pages/lists.html')
-rw-r--r--layouts/partials/pages/lists.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/pages/lists.html b/layouts/partials/pages/lists.html
index 8ef461e..6858c95 100644
--- a/layouts/partials/pages/lists.html
+++ b/layouts/partials/pages/lists.html
@@ -12,7 +12,7 @@
<div class="container-fluid">
<div class="row no-gutter">
{{ range (.Scratch.Get "list") }}
- {{ .Render "limage" }}
+ {{ partial "limage.html" (dict "context" . "data" $.Site.Params.projects.list) }}
{{ end }}
</div>
</div>
@@ -22,7 +22,6 @@
</div>
{{ end }}
{{ end }}
-
{{/* List posts (default value is true) */}}
{{ if (or (not (isset .Params "showposts")) (.Params.showposts)) }}
{{ if .Pages }}