alain-andre/alain-andre-fr

View on GitHub
.themes/blue_about_lunr/source/_includes/custom/lunr_search/search_results_template.html

Summary

Maintainability
Test Coverage
{% raw %}
<script id="search-results-template" type="text/mustache">
  {{#entries}}
    <article>
      <h3>
        {{#date}}<small><time datetime="{{pubdate}}" pubdate>{{displaydate}}</time></small>{{/date}}
        <a href="{{url}}">{{title}}</a>
        <p>
          <small>Catégorie : <a href="/categories/{{category}}">{{category}}</a></small><br/>
          <small>{{body}}...</small>
        </p>
      </h3>
    </article>
  {{/entries}}
</script>
{% endraw %}