compscidr / goblog

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certain characters in title result in post not found

compscidr opened this issue · comments

The title that broke things was "Goblog: GIN powered JSON and HTML rest endpoints with a testing framework"

My suspicion is that it is the : character.

Fixed with 8a3ba0e