diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-23 19:04:21 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-23 19:04:21 +0200 |
| commit | 852c45a1f50304cade98b4afeee15ec1fdc81268 (patch) | |
| tree | 154172fe78e102817b2f12ea833e5c76d248a199 /themes | |
| parent | e131385d30dbc2d74a8a18651431a6e49173810c (diff) | |
| download | pragblog-852c45a1f50304cade98b4afeee15ec1fdc81268.tar.gz pragblog-852c45a1f50304cade98b4afeee15ec1fdc81268.zip | |
hide date in articles
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/flog/layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index bae38f8..b9165d7 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -11,7 +11,7 @@ </noscript> {{ end }} <h1 itemprop="headline" class="header">{{ .Title }}</h1> - <span><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time></span> + <span><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}"></time></span> {{ if .Params.rating }} <div class="center right"> <i class="material-icons"> |
