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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/publish.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/publish.html b/layouts/partials/publish.html
new file mode 100644
index 0000000..da6647b
--- /dev/null
+++ b/layouts/partials/publish.html
@@ -0,0 +1,6 @@
+<p class="publish">
+ {{ i18n "publish" }}
+ <time class="post-date" datetime="{{ .PublishDate.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
+ {{ index $.Site.Data.months (.Site.Language.Lang) (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Day }}, {{ .PublishDate.Year }}
+ </time>
+</p>