Browse Source

slight single.html formatting update

master
jk 4 years ago
parent
commit
a684797c17
  1. 2
      themes/nipponalba/layouts/_default/single.html

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

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