mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 12:30:23 +00:00
Add canonical URL. (#28093)
This commit is contained in:
parent
cf25028640
commit
f7e8445f72
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
{%- endif -%}
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
||||
|
||||
{% include stylesheet.html %}
|
||||
{% include favicons.html %}
|
||||
{% include social.html %}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
||||
<title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
|
||||
|
||||
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
||||
|
||||
{% include stylesheet.html %}
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue