teach-matsuuratomoya-com/layouts/shortcodes/slides_jpg.html
2020-04-29 19:34:06 +09:00

8 lines
196 B
HTML

{{range $elem_index, $elem_val := ($.Page.Resources.ByType "image")}}
<h2 id="page {{$elem_index}}">
<a href="{{.RelPermalink}}">
<img src="{{.RelPermalink}}" alt="">
</a>
</h2>
{{ end }}