Skip to content
Snippets Groups Projects
Unverified Commit 31047292 authored by Daniel Rudolf's avatar Daniel Rudolf
Browse files

Add canonical link tag to index.twig

parent 2af89075
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
<meta name="robots" content="{{ meta.robots }}" /> <meta name="robots" content="{{ meta.robots }}" />
{% endif %} {% endif %}
{% if current_page %}
<link rel="canonical" href="{{ current_page.url }}" />
{% endif %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono" type="text/css" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment