diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/head.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/head.html b/_includes/head.html index 1094f76..d91ac74 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,14 +6,14 @@ <meta content="index, follow" name="robots"> <!-- Title / Description --> - <meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description" /> + <meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description"> <title>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</title> <!-- RSS --> - <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 --> - <link href="{{- page.url | absolute_url | url_escape -}}" rel="canonical" /> + <link href="{{- page.url | absolute_url | url_escape -}}" rel="canonical"> <!-- CSS --> {%- include styles.html -%} |