Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
d8be9356
Unverified
Commit
d8be9356
authored
Aug 18, 2016
by
Thom Wiggers
📐
Browse files
Add become-a-member page
Remove changefreq and priority
parent
eac07ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/sitemaps.py
View file @
d8be9356
...
...
@@ -3,11 +3,10 @@ from django.urls import reverse
class
StaticViewSitemap
(
sitemaps
.
Sitemap
):
priority
=
0.5
changefreq
=
'daily'
def
items
(
self
):
return
[
'index'
,
'become-active'
,
'sister-associations'
,
'contact'
]
return
[
'index'
,
'become-active'
,
'sister-associations'
,
'become-a-member'
,
'contact'
]
def
location
(
self
,
item
):
return
reverse
(
item
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment