diff options
author | Frédéric Guillot <fred@miniflux.net> | 2018-02-04 14:37:42 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-02-04 14:37:42 -0800 |
commit | b5b1930599190e2d7a6613db8779d9bbb970a1f7 (patch) | |
tree | c7a9bb8a7e64b04ed23ac1f052f49ec0c79cb34f /template/html/history.html | |
parent | 61bc012a6284f90001b2339ecfdfb5b96e38be10 (diff) |
Take timezone into consideration when calculating relative time
Diffstat (limited to 'template/html/history.html')
-rw-r--r-- | template/html/history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/history.html b/template/html/history.html index 892f183..3b806da 100644 --- a/template/html/history.html +++ b/template/html/history.html @@ -27,7 +27,7 @@ </span> <span class="category"><a href="{{ route "categoryEntries" "categoryID" .Feed.Category.ID }}">{{ .Feed.Category.Title }}</a></span> </div> - {{ template "item_meta" . }} + {{ template "item_meta" dict "user" $.user "entry" . }} </article> {{ end }} </div> |