[ADD] Site name and URL

This commit is contained in:
Peter Pfeufer 2025-03-18 21:40:47 +01:00
parent b7bacd11af
commit c93afd2d68
No known key found for this signature in database

View File

@ -3,3 +3,6 @@
<meta property="og:title" content="{{ SITE_NAME }}">
<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.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="{{ request.META.HTTP_HOST }}">
<meta property="og:url" content="{{ request.path }}">