experimenting with algolia search

This commit is contained in:
Tom Johnson
2016-01-21 17:29:06 -08:00
parent ccc0490aad
commit fcae37b779
16 changed files with 1247 additions and 123 deletions

18
_layouts/page_search.html Normal file
View File

@ -0,0 +1,18 @@
---
layout: default
---
<div class="post-header">
<h1 class="post-title-main">{{ page.title }}</h1>
</div>
<div class="post-content">
{% include search.html %}
</div>
{{hr_shaded}}
{% include footer.html %}