We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 168857f + 392c874 commit b2c8e68Copy full SHA for b2c8e68
canonicalwebteam/sitemaps_parser/app.py
@@ -5,6 +5,9 @@
5
BASE_TEMPLATES = [
6
"base_index.html",
7
"templates/base.html",
8
+ "templates/base_no_nav.html",
9
+ "templates/one-column.html",
10
+ "_base/base.html",
11
]
12
TEMPLATE_PREFIXES = ["base", "_base"]
13
TAG_MAPPING = {
setup.py
@@ -4,7 +4,7 @@
4
setup(
name="canonicalwebteam.sitemaps-parser",
- version="1.0.1",
+ version="1.0.2",
author="Canonical webteam",
author_email="webteam@canonical.com",
url="https://github.com/canonical/canonicalwebteam.sitemaps-parser",
0 commit comments