diff --git a/src/templates/search/preview-search.html b/src/templates/search/preview-search.html index b83f4e4..7d42951 100644 --- a/src/templates/search/preview-search.html +++ b/src/templates/search/preview-search.html @@ -4,25 +4,18 @@
  • -{% if result.mailinglist_url %} - -{% else %} - -{% endif %} - {% if result.tag %} - {{ result.tag }} - {% endif %} -{% if result.mailinglist_url %} - +{% if result.tag %} + + {{ result.tag }} + {% endif %} - {% if result.title %} +{% if result.title %} + {% highlight result.title with query max_length "1000" %} - {% endif %} -{% if not result.mailinglist_url %} {% endif %} -- libgit2 0.21.2