diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-11-07 21:41:36 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-11-07 21:41:36 +0100 |
| commit | d7651fd96dcfa2829519504e4c8ec1ce511cd57f (patch) | |
| tree | e24d7a9f90060b0fee5a652de43bd0627f1c5bde /data/templates/search/hit-chat.htm | |
| parent | f90790c6b2a54c9b1c8a0aeaf1f23e6aa67d7aca (diff) | |
| download | phinde-d7651fd96dcfa2829519504e4c8ec1ce511cd57f.tar.gz phinde-d7651fd96dcfa2829519504e4c8ec1ce511cd57f.zip | |
Big patch merging crawling+indexing into one command, new json document structure
Diffstat (limited to 'data/templates/search/hit-chat.htm')
| -rw-r--r-- | data/templates/search/hit-chat.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/search/hit-chat.htm b/data/templates/search/hit-chat.htm index 6739670..501b843 100644 --- a/data/templates/search/hit-chat.htm +++ b/data/templates/search/hit-chat.htm @@ -15,8 +15,8 @@ </em> at {% endif %} - {% if doc.modate %} - <a href="{{doc.url}}" class="date">{{doc.modate|date("Y-m-d H:i")}}</a> + {% if doc.status.modate %} + <a href="{{doc.url}}" class="date">{{doc.status.modate|date("Y-m-d H:i")}}</a> {% endif %} </span> </li> |
