_includes/head.html in jekyll-theme-hydeout-4.0.0 vs _includes/head.html in jekyll-theme-hydeout-4.0.1
- old
+ new
@@ -1,7 +1,7 @@
<head>
- <link href="http://gmpg.org/xfn/11" rel="profile" />
+ <link href="https://gmpg.org/xfn/11" rel="profile" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
@@ -15,16 +15,16 @@
</title>
{% include google-analytics.html %}
<!-- CSS -->
- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" />
+ <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
{% include font-includes.html %}
<!-- Icons -->
{% include favicons.html %}
<!-- RSS -->
- <link rel="alternate" type="application/rss+xml" title="RSS" href="/{{ site.feed.path | default: 'feed.xml' }}" />
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.feed.path | default: 'feed.xml' | relative_url }}" />
{% include custom-head.html %}
</head>