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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-04-10 14:12:58 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-04-10 14:12:58 +0300
commitf02d8e9a388aa532f5fc54683daf98f1e44b11dc (patch)
treecb9b67f670b6cfa254965e03a1e491fd4dbc1d67
parent028c898227e865cd58c29b3c380b7352cf526033 (diff)
Adds shortDate shortcode
-rw-r--r--layouts/shortcodes/smallDate.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/smallDate.html b/layouts/shortcodes/smallDate.html
new file mode 100644
index 0000000..5fc54a9
--- /dev/null
+++ b/layouts/shortcodes/smallDate.html
@@ -0,0 +1 @@
+<p class="small section-date gray-light">{{ dateFormat (i18n "dateFormat") (.Get 0) }}</p>