From d7651fd96dcfa2829519504e4c8ec1ce511cd57f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 7 Nov 2016 21:41:36 +0100 Subject: Big patch merging crawling+indexing into one command, new json document structure --- data/templates/search/hit.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/search/hit.htm') diff --git a/data/templates/search/hit.htm b/data/templates/search/hit.htm index dababcb..f61a271 100644 --- a/data/templates/search/hit.htm +++ b/data/templates/search/hit.htm @@ -16,7 +16,7 @@
{{ellipsis(doc.extra.cleanUrl, 60)}}
- {% if doc.modate %} + {% if doc.status.modate %} {{doc.extra.day|date("Y-m-d")}} {% endif %} {{doc.htmlText|raw}} -- cgit v1.2.3