vladris / tinkerer

Python blogging engine
https://vladris.com/tinkerer
Other
305 stars 81 forks source link

Filter templates when calculating tags and categories #79

Closed jmcfarlane closed 9 years ago

jmcfarlane commented 10 years ago

Prior to this change sphinx would consume the templates which include templatized placeholders like "{{ tags }}", and these would show up in the sidebar as literal tags and categories with zero counts.

vladris commented 10 years ago

Could you please make it flake8 compliant? I'll merge it once Travis build succeeds. Thank you!

jmcfarlane commented 10 years ago

Sure thing :)

On Tue, Nov 18, 2014 at 4:43 PM, Vlad Riscutia notifications@github.com wrote:

Could you please make it flake8 compliant? I'll merge it once Travis build succeeds. Thank you!

— Reply to this email directly or view it on GitHub https://github.com/vladris/tinkerer/pull/79#issuecomment-63573746.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.01%) when pulling a2eedfcfd3644c4a17b9cee87c05ed6cde94e7b5 on jmcfarlane:filter-out-templates into ddbfbdc81360d10cf2ba771a39ec5bd47e23f143 on vladris:master.

vladris commented 9 years ago

Thanks!