mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-23 16:38:48 +03:00
Fixed canonical path
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml">
|
<link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml">
|
||||||
|
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link href="{{- page.url | absolute_url | url_escape -}}" rel="canonical">
|
<link href="{{- page.url | absolute_url | url_escape | replace: 'index.html', '' -}}" rel="canonical">
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
{%- include styles.html -%}
|
{%- include styles.html -%}
|
||||||
|
Reference in New Issue
Block a user