Skip to content

Commit

Permalink
Fix main website url
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 25, 2024
1 parent 8e916b1 commit fdcffe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions qgis-app/settings_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,4 @@
'BUNDLE_DIR_NAME': 'bundles',
'STATS_FILE': os.path.join(SITE_ROOT, 'webpack-stats.json'),
}
}
MAIN_WEBSITE_URL='https://qgis.org'
}
2 changes: 1 addition & 1 deletion qgis-app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<qg-top-nav
breakpoint="1024"
class="is-highest navbar is-fixed-top"
location-prefix="{{ MAIN_WEBSITE_URL }}"
location-prefix="https://qgis.org"
></qg-top-nav>
{% include 'layouts/header.html' %}
</section>
Expand Down
4 changes: 2 additions & 2 deletions qgis-app/templates/layouts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>
</div>
<div class="column is-2-desktop">
<a href="{{ MAIN_WEBSITE_URL }}/download/">
<a href="https://qgis.org/download/">
<button class="button is-primary1 is-size-5">Download</button>
</a>
</div>
Expand All @@ -104,7 +104,7 @@
<a class="has-text-white" href="https://github.com/qgis/">
<i class="fa-brands fa-square-github"></i>
</a>
<a class="has-text-white" href="{{ MAIN_WEBSITE_URL }}/community/organisation/mailinglists">
<a class="has-text-white" href="https://qgis.org/community/organisation/mailinglists">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
Expand Down

0 comments on commit fdcffe0

Please sign in to comment.