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

github.com/spaghettiwews/hugonews.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/items/list.html')
-rw-r--r--layouts/items/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/items/list.html b/layouts/items/list.html
index 04200e2..d8836b2 100644
--- a/layouts/items/list.html
+++ b/layouts/items/list.html
@@ -6,7 +6,7 @@
<li class="item">
<p class="item__urls"><a href="{{ .Params.ItemUrl }}">{{ .Title }}</a> <span class="item__siteurl">(<a href="/sites/{{ replace $site.Host "www." "" }}">{{ replace $site.Host "www." "" }}</a>)</span></p>
<p class="item__meta">
- <span>{{ .PublishDate }}</span>
+ {{ partial "age.html" . }}
{{ range .Params.tags }}
<a class="item__tag" href="/tags/{{- replace . " " "-" -}}">{{- . -}}</a>
{{- end }}