diff --git a/pg-py/pa.py b/pg-py/pa.py
index f324e28..57c863d 100644
--- a/pg-py/pa.py
+++ b/pg-py/pa.py
@@ -24,7 +24,7 @@ PAGINATION = "numbers" # "numbers" or "direction"
ENABLE_SEARCH = False
GENERATE_ARCHIVE = "yes" # "yes" or "no"
ARCHIVE_URL = "archive" # the URL of the archive
- TAGS_PAGE_TITLE = "tags and categories"
+ TAGS_PAGE_TITLE = "Tags and categories"
# Global caches
CSS_VAR_PATTERN = re.compile(r'(var\(--[^)]+\))')