Browse Source

Scripted auto-commit on change (2020-06-14 13:34:26) by gitwatch.sh

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

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

@ -15,14 +15,14 @@
{{ 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}}
{{ if eq .Type "article" }}<div class="p-summary" style="display:none">
{{ .Page.Params.summary }}
{{ .Page.Params.summary }}<br/><br/>
</div>
{{ end }}<br/>
{{ end }}
</div>
<div class="post-footer-page">