Fix tagged posts SQLite query
SQLite doesn't have an RLIKE function, so the query for hashtagged
posts was failing before. This adds a regexp function to SQLite and
correctly retrieves all posts on a blog with the requested hashtag.
This closes #55