diff --git a/themes/red/layouts/_default/gallery.html b/themes/red/layouts/_default/gallery.html index 6a28e6c..67de424 100644 --- a/themes/red/layouts/_default/gallery.html +++ b/themes/red/layouts/_default/gallery.html @@ -15,26 +15,26 @@
{{ $full := resources.Get (printf "%s/%s" ($.Param "json") .filename) }} - - {{ if $.Params.thumbnails }} - {{ $thumb := resources.Get (printf "%s-thumbs/%s" ($.Param "json") .filename) }} - {{ .title }} - {{ else }} - {{ .title }} - {{ end }} - + + {{ if $.Params.thumbnails }} + {{ $thumb := resources.Get (printf "%s-thumbs/%s" ($.Param "json") .filename) }} + {{ .title }} + {{ else }} + {{ .title }} + {{ end }} + -
- "{{ .title }}" - {{ if .newgrounds_url }} - Newgrounds - {{ end }} - {{ if .pixiv_url }} - Pixiv - {{ end }} -
-
- {{ end }} +
+ "{{ .title }}" + {{ if .newgrounds_url }} + Newgrounds + {{ end }} + {{ if .pixiv_url }} + Pixiv + {{ end }} +
+ + {{ end }} {{ end }} {{ end }} {{ end }}