Skip to content

Commit

Permalink
Better way to determine releases to list.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Sep 2, 2023
1 parent a07539a commit ba385a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voc4cat/gh_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _make_versions(self):
return self._load_template("vocabularies.html").render(
tags=sorted(self.tags, reverse=True),
vocabularies=self.vocab_data,
has_releases=bool(self.tags),
has_releases=bool(self.vocab_data),
)

def _make_document(self):
Expand Down

0 comments on commit ba385a0

Please sign in to comment.