Mercurial > public > pelican-blog
diff content/Coding/026-haystack-safe-tip.rst @ 7:49bebfa6f9d3
Added summary lines for those posts that had back to back headings.
Those posts didn't look so great on Pelican's index.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 31 Jan 2014 20:32:36 -0600 |
parents | 7ce6393e6d30 |
children |
line wrap: on
line diff
--- a/content/Coding/026-haystack-safe-tip.rst Fri Jan 31 19:27:07 2014 -0600 +++ b/content/Coding/026-haystack-safe-tip.rst Fri Jan 31 20:32:36 2014 -0600 @@ -5,6 +5,7 @@ :tags: Django, Haystack :slug: haystack-search-quoting-issue :author: Brian Neal +:summary: I use the awesome Haystack_ search framework for my Django_ powered website. I have found Haystack to be a huge win. It is easy to setup, configure, and customize when you have to. As someone who doesn't know very much about the world of searching, I'm grateful to have a powerful tool that just works without me having to get too involved in arcane details. The case of the missing forum topic ===================================