fix(image): some image style bug

This commit is contained in:
Dillon
2020-03-09 21:30:08 +08:00
parent 5cdb4162da
commit b1990d00c4
6 changed files with 7 additions and 27 deletions

View File

@@ -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 -}}