rename canonical_url -> CANONICAL_URL

This commit is contained in:
Son 2021-10-23 16:07:54 +02:00
parent 4a90c79753
commit ff210394a0
2 changed files with 4 additions and 2 deletions

View File

@ -69,6 +69,7 @@ from app.config import (
PGP_SIGNER,
COINBASE_WEBHOOK_SECRET,
ROOT_DIR,
PAGE_LIMIT,
)
from app.dashboard.base import dashboard_bp
from app.db import Session
@ -629,7 +630,8 @@ def jinja2_filter(app):
STATUS_PAGE_URL=STATUS_PAGE_URL,
SUPPORT_EMAIL=SUPPORT_EMAIL,
PGP_SIGNER=PGP_SIGNER,
canonical_url=f"{URL}{request.path}",
CANONICAL_URL=f"{URL}{request.path}",
PAGE_LIMIT=PAGE_LIMIT,
)

View File

@ -28,7 +28,7 @@
<link rel="icon" href="/static/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"/>
<link rel="canonical" href="{{ canonical_url }}">
<link rel="canonical" href="{{ CANONICAL_URL }}">
<title>
{% block title %}{% endblock %} | SimpleLogin