mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Use the same URL in the sitemap as on the website....
This commit is contained in:
@ -14,5 +14,5 @@ def get_struct():
|
||||
yearsold = (now - n.startdate).days / 365
|
||||
if yearsold > 4:
|
||||
yearsold = 4
|
||||
yield ('about/events/%s/' % n.id,
|
||||
yield ('about/event/%s/' % n.id,
|
||||
0.5-(yearsold/10.0))
|
||||
|
Reference in New Issue
Block a user