Codrspace / codrspace

The blogging platform for coders.
http://codrspace.com
Other
35 stars 13 forks source link

hex gist ids are not supported by the short-code #65

Closed skaliak closed 9 years ago

skaliak commented 9 years ago

At some point in 2014, GitHub switched from using base-10 numbers for its ids to using hex. filter_gist() in templatetags/short_codes.py expects only digits in the id number, so gists with hex ids are not rendered.

I fixed this in my fork, and I'll be submitting a pull request shortly.