Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/list.html')
-rw-r--r--layouts/partials/list.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html
new file mode 100644
index 0000000..142130c
--- /dev/null
+++ b/layouts/partials/list.html
@@ -0,0 +1,4 @@
+<li class="pl-3 post-item">
+ <span class="meta">{{ .Date.Format "Jan 02, 2006" }}</span>
+ <a href="{{ .Permalink }}"><span>{{ .Title }}</span></a>
+</li>