Merge branch 'use-SITE_URL-in-templates' into 'master'

[ADDED] `SITE_URL` usage in templates

See merge request allianceauth/allianceauth!1456
This commit is contained in:
Ariel Rin
2022-09-11 13:51:21 +00:00
6 changed files with 55 additions and 47 deletions

View File

@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:title" content="{{ SITE_NAME }}">
<meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'allianceauth/icons/apple-touch-icon.png' %}">
<meta property="og:image" content="{{ SITE_URL }}{% static 'allianceauth/icons/apple-touch-icon.png' %}">
<meta property="og:description" content="Alliance Auth - An auth system for EVE Online to help in-game organizations manage online service access.">
{% include 'allianceauth/icons.html' %}