FEATURE: picure caption test

This commit is contained in:
FarseaSH 2022-04-09 17:49:51 +08:00
parent b7f992bebb
commit 6cc5bb33a1
2 changed files with 10 additions and 2 deletions

View file

@ -93,8 +93,13 @@
{{ end }}
{{ end }}
{{ $test := "test" }}
{{ if (gt (len $pictures_set) 1)}}
{{ partial "pic_set.html" (dict "pic_set" $pictures_set) }}
{{/* partial "pic_set.html" (dict "pic_set" $pictures_set "other" $.Site.BaseURL) */}}
{{ partial "pic_set.html" (dict "pic_set" $pictures_set "other" $.Site.BaseURL) }}
{{ $test }}
{{ partial "pic_set.html" (dict "pic_set" $pictures_set "other" $.Site.BaseURL) }}
{{/* partial "pic_set.html" $pictures_set "other" */}}
{{ end }}
<!-- add-on info 2: link -->