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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-19 11:05:14 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-19 11:05:14 +0300
commitd92b1f1a8a0c497dc1fe1464833dafd2b38bad7f (patch)
treec850d6885be7bbf6c6af29e2f8d4a9fad26adbfd
parentac79d6c8465d745d74ceda6b4f2c8e1f082bcb38 (diff)
added exact date string to article
-rw-r--r--layouts/_default/single.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index bb2c513..ad84160 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -33,7 +33,8 @@
</div>
</div>
<div class="article-meta-inf">
- <a href="/about/" rel="me">by {{ .Site.Author.name }} </a>
+ <a href="/about/" rel="me">by {{ .Site.Author.name }} </a>
+ <text> &nbsp; · &nbsp; {{ .Date.Format "2006-01-02" }}</text>
<text> &nbsp; · &nbsp; {{ .ReadingTime }} minutes reading time</text>
<a href="javascript:void(0);">{{ partial "left.svg" . }}</a>
<a href="javascript:void(0);">{{ partial "justify.svg" . }}</a>