jaynewey / django-octicons-v10

Django templatetags for GitHub Octicons v10.0.0+.
https://pypi.org/project/django-octicons-v10/
MIT License
2 stars 4 forks source link

Keywords #9

Closed jaynewey closed 3 years ago

jaynewey commented 3 years ago

Octicons provides a list of alternative keywords for each icon.

This minor release (v2.0.0 -> v2.1.0) adds a native way to search these keywords:

octoface = Octicon("octoface")
octoface.keywords
>>> ["octocat", "brand"]