Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 742 Bytes

search.md

File metadata and controls

29 lines (23 loc) · 742 Bytes
layout title permalink
page
Search
/search/
{% for post in site.posts %}
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }}
<h2>
    <a class="post-link" href="{{ post.url | relative_url }}">
    {{ post.title | escape }}
    </a>
</h2>

<div class="post-snippet">{{ post.excerpt }}</div>
</div>

{% endfor %}

{% include algolia.html %}