1
0
forked from Git/hugo-story

adding template support for items

This commit is contained in:
mspnr
2021-01-31 17:07:19 +01:00
parent 6524098340
commit 22dabfe0c2
4 changed files with 83 additions and 70 deletions

View File

@ -0,0 +1,5 @@
<section>
<span class="icon {{ .style }}"></span>
<h3>{{ .name }}</h3>
<p>{{ .content }}</p>
</section>