diff options
| author | XhmikosR <[email protected]> | 2019-01-21 14:59:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-21 14:59:51 +0200 |
| commit | f7e8445f72875a49a909dc0af8e4cf43f19f535e (patch) | |
| tree | 539b7e6024550fe148e792e4db556fc21fd584aa /site/_includes/header.html | |
| parent | cf25028640a4a145776a371f56c5463a76551b26 (diff) | |
| download | bootstrap-f7e8445f72875a49a909dc0af8e4cf43f19f535e.tar.xz bootstrap-f7e8445f72875a49a909dc0af8e4cf43f19f535e.zip | |
Add canonical URL. (#28093)
Diffstat (limited to 'site/_includes/header.html')
| -rw-r--r-- | site/_includes/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html index 6e91a1f42..8fa50f395 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -15,6 +15,8 @@ {%- endif -%} </title> +<link rel="canonical" href="{{ site.url | append: page.url }}"> + {% include stylesheet.html %} {% include favicons.html %} {% include social.html %} |
