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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-09 16:30:08 +0300
committerDillon <dillonzq@outlook.com>2020-03-09 16:30:08 +0300
commitb1990d00c4a238a47df2c55a88322fc3f367715d (patch)
treeb2bf97804b7dea4fcbc8356ffd3054dc66ad0524 /layouts
parent5cdb4162daca258c782a3d8ba8f26370275007c3 (diff)
fix(image): some image style bug
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/_markup/render-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index cfe5ed3..6f3320a 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -6,5 +6,5 @@
</figcaption>
</figure>
{{- else -}}
- {{- partial "plugin/image.html" (dict "src" .Destination "title" .Title "description" .Text "lightgallery" false "scratch" (.Page.Scratch.Get "scratch")) -}}
+ {{- partial "plugin/image.html" (dict "src_s" .Destination "title" .Title "description" .Text "lightgallery" false "scratch" (.Page.Scratch.Get "scratch")) -}}
{{- end -}}