add project settings

This commit is contained in:
tomoyanonymous
2020-04-29 19:34:06 +09:00
parent 29440d172b
commit 1b856d6c94
4 changed files with 19 additions and 3 deletions

View File

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