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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index cad7dc9..4016581 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -16,8 +16,8 @@
</div>
<h1><a href="{{ .URL }}">{{ .Title }}</a></h1>
<div class="date-author">
- <span class="date">{{ .Date.Format "2006/01/02" }}</span>
- {{ with .Params.author }}<span class="author">{{ . }}</span>{{ end }}
+ {{ with .Params.author }}<span class="author">{{ . }}</span> / {{ end }}
+ <span class="date">{{ .Date.Format "2006-01-02" }}</span>
</div>
<div class="summary">
<a href="{{ .URL }}">