summaryrefslogtreecommitdiff
path: root/site/themes/tui/layouts/partials/listitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/themes/tui/layouts/partials/listitem.html')
-rw-r--r--site/themes/tui/layouts/partials/listitem.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/themes/tui/layouts/partials/listitem.html b/site/themes/tui/layouts/partials/listitem.html
new file mode 100644
index 0000000..6b77d8b
--- /dev/null
+++ b/site/themes/tui/layouts/partials/listitem.html
@@ -0,0 +1,10 @@
+<li>
+ <h3>
+ <a href="{{ .RelPermalink }}">
+ {{ .Title }}
+ </a>
+ </h3>
+ <p>Date: {{ .PublishDate }}</p>
+ <p>Tags: {{ partial "tags.html" . -}}</p>
+ <p>Summary: {{ .Summary }}</p>
+</li>