Redefine canonical URL as 'current_url'

This commit is contained in:
Jonas Tobias Hopusch 2021-07-14 14:23:29 +02:00
parent 6b85efcba3
commit 48555b0def
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="{{ page.permalink }}" />
<link rel="canonical" href="{{ current_url }}" />
<title>jotoho.de - A personal website</title>
{% block metadata %} {% endblock %}
</head>