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:
authorwileybaba <wileymckayconte@gmail.com>2019-01-28 05:53:38 +0300
committerwileybaba <wileymckayconte@gmail.com>2019-01-28 05:53:38 +0300
commita1e633362eeef3c53fe5e2ef1ec9b2688d75563f (patch)
treea69749ecd58c5e7d4e67bf4e2f81170da21e4b88 /layouts/partials/list.html
parent7eb5b68dfea1038a36d8cbfe628272a400487a2e (diff)
css changes and blog supportHEADmaster
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>