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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/pages/lists.html b/layouts/partials/pages/lists.html
index 6858c95..479c0c2 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") }}
- {{ partial "limage.html" (dict "context" . "data" $.Site.Params.projects.list) }}
+ {{ partial "project-image.html" (dict "context" . "data" $.Site.Params.projects.list) }}
{{ end }}
</div>
</div>