lektor / lektor-tags

For each tag on your site, build a list of pages with that tag. This can be used for standard tag-based blog navigation.
MIT License
27 stars 6 forks source link

Some comments are wrong #10

Closed paternal closed 6 years ago

paternal commented 6 years ago

Hello, some of the comments are specific to your website, but they should be more generic:

https://github.com/ajdavis/lektor-tags/blob/72cf4e9eef140f8c7ce4e092ce531792398f8993/lektor_tags.py#L65-L66

(I stumbled upon this as I am trying to learn how to write Lektor plugins by reading your code.)

-- Louis

nixjdm commented 6 years ago

I've fixed this. Thanks!