Browse Source

Scripted auto-commit on change (2020-05-07 21:00:41) by gitwatch.sh

master
jk 5 years ago
parent
commit
040ca9c038
  1. 2
      layouts/_default/section.html
  2. 2
      themes/anatole/layouts/_default/single.html
  3. 2
      themes/anatole/layouts/index.html

2
layouts/_default/section.html

@ -16,7 +16,7 @@
{{ if eq .Type "photo"}} {{ if eq .Type "photo"}}
<div class="photos"> <div class="photos">
{{ range .Page.Params.Photo }} {{ range .Page.Params.Photo }}
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "200."}}"/></a>
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "300."}}"/></a>
{{end}} {{end}}
</div> </div>
{{end}} {{end}}

2
themes/anatole/layouts/_default/single.html

@ -15,7 +15,7 @@
{{ if eq .Type "photo"}} {{ if eq .Type "photo"}}
<div class="photos"> <div class="photos">
{{ range .Page.Params.Photo }} {{ range .Page.Params.Photo }}
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "200."}}"/></a>
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "300."}}"/></a>
{{end}} {{end}}
</div> </div>
{{end}} {{end}}

2
themes/anatole/layouts/index.html

@ -19,7 +19,7 @@
{{ if eq .Type "photo"}} {{ if eq .Type "photo"}}
<div class="photos"> <div class="photos">
{{ range .Page.Params.Photo }} {{ range .Page.Params.Photo }}
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "200."}}"/></a>
<a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "300."}}"/></a>
{{end}} {{end}}
</div> </div>
{{end}} {{end}}