abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

Sort tags in postcard2.html to avoid unnecessary diffs between builds #101

Open deshipu opened 2 months ago

deshipu commented 2 months ago

Since Python randomizes set order, each commit would have unnecessary differences in the order of the tag lists. This fixes it by making sure the tags are sorted the same way every time.