mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-09-06 03:52:57 +02:00
adding template support for items
This commit is contained in:
5
layouts/partials/item.html
Normal file
5
layouts/partials/item.html
Normal file
@ -0,0 +1,5 @@
|
||||
<section>
|
||||
<span class="icon {{ .style }}"></span>
|
||||
<h3>{{ .name }}</h3>
|
||||
<p>{{ .content }}</p>
|
||||
</section>
|
Reference in New Issue
Block a user