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

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2020-03-09 00:44:47 +0300
committerserg <contact@sergfurtak.com>2020-03-09 00:44:47 +0300
commit5ac1ac19e1dc109a73e5a613624c5a64ce18f582 (patch)
treebfb3116dd50780fef72763bfbfd4ffb6b5255e0c /layouts/partials/modules/projects.html
parent28be6bdc7a17ea30bac89967044a016c625c3558 (diff)
migrate project images for using responsive image generated automatically
Diffstat (limited to 'layouts/partials/modules/projects.html')
-rw-r--r--layouts/partials/modules/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/modules/projects.html b/layouts/partials/modules/projects.html
index b079476..bbb0bad 100644
--- a/layouts/partials/modules/projects.html
+++ b/layouts/partials/modules/projects.html
@@ -4,7 +4,7 @@
{{- range . -}}
<li class="project{{with .class}} {{.}}{{end}}">
<a href="{{.link}}">
- {{- partial "modules/responsive-image" (dict "page" $page "image" .image) -}}
+ {{- partial "modules/image" (dict "image" .image "page" $page) -}}
<div class="project-hover">
<div class="project-caption">
{{- with .title -}}