X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/e5c7780adb59e8038a040a1e534a4cee1fac8cd8..9728ce82bfda5cada1fb19a921dbf6c34b76d8d6:/data/templates/search/hit.htm diff --git a/data/templates/search/hit.htm b/data/templates/search/hit.htm index 4981017..dababcb 100644 --- a/data/templates/search/hit.htm +++ b/data/templates/search/hit.htm @@ -1,7 +1,7 @@ {% set doc = hit._source %}
  • - {{doc.title}} + {{doc.htmlTitle|raw}} {% if doc.author.name %} by @@ -19,5 +19,6 @@ {% if doc.modate %} {{doc.extra.day|date("Y-m-d")}} {% endif %} + {{doc.htmlText|raw}}