Redefine canonical URL as 'current_url'
This commit is contained in:
parent
6b85efcba3
commit
48555b0def
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue