mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Add canonical URL. (#28093)
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
||||||
|
|
||||||
{% include stylesheet.html %}
|
{% include stylesheet.html %}
|
||||||
{% include favicons.html %}
|
{% include favicons.html %}
|
||||||
{% include social.html %}
|
{% include social.html %}
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
||||||
<title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
|
<title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
||||||
|
|
||||||
{% include stylesheet.html %}
|
{% include stylesheet.html %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user