Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-15 17:51:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-16 12:40:09 +0300
commitd849cb52c196d7cda9a03504ae3bbb8a11b2c395 (patch)
treedf01f0006b5e96abeb6a6559ec62cf9a82dd02ca /_includes
parent2cb5f85d47743e790d8a8366016a6d66dc36264e (diff)
Add link rel canonical.
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
index acb83ea..3d2cfcb 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -24,6 +24,8 @@
<!-- RSS Feed -->
{% feed_meta %}
+<link rel="canonical" href="{{ site.url }}{{ page.url }}">
+
<!-- Favicons -->
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">