Mercurial > public > pelican-blog
diff content/Coding/002-redis-whos-online.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/002-redis-whos-online.rst Fri Jan 31 19:27:07 2014 -0600 +++ b/content/Coding/002-redis-whos-online.rst Fri Jan 31 20:32:36 2014 -0600 @@ -5,6 +5,7 @@ :tags: Redis, Python :slug: a-better-who-s-online-with-redis-python :author: Brian Neal +:summary: Still trying to find a better "who's online" function. I ran with this method for a while, but later found a way to improve upon it. **Updated on December 17, 2011:** I found a better solution. Head on over to the `new post`_ to check it out.