summaryrefslogtreecommitdiffstats
path: root/layouts/partials/post-element.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-element.html')
-rw-r--r--layouts/partials/post-element.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/post-element.html b/layouts/partials/post-element.html
new file mode 100644
index 0000000..b45a1e1
--- /dev/null
+++ b/layouts/partials/post-element.html
@@ -0,0 +1,4 @@
+<li>
+ <span class="date">{{ .Date.Format "2006/01/02" }}</span>
+ <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
+</li>