We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14380b5 commit 5efcdccCopy full SHA for 5efcdcc
_includes/default.html
@@ -6,6 +6,10 @@
6
{% if page.description %}
7
<meta name="description" content="{{ page.description }}">
8
{% endif %}
9
+
10
+ {% if page.canonical_url %}
11
+ <link rel="canonical" href="{{ site.domain_url }}/{{ page.canonical_url }}" />
12
+ {% endif %}
13
<meta name="author" content="{{ site.author.name }}">
14
15
<!-- Enable responsive viewport -->
@@ -31,6 +35,8 @@
31
35
-->
32
36
33
37
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.BASE_PATH }}/feed.xml">
38
39
+ {% seo %}
34
40
</head>
41
42
<body>
0 commit comments