_includes/head.html in moonwalk-0.0.3 vs _includes/head.html in moonwalk-0.0.4

- old
+ new

@@ -12,9 +12,13 @@ </title> {% seo title=false %} {% feed_meta %} - <link rel="shortcut icon" type="image/x-icon" href="/{{ site.favicon }}" /> - <link rel="stylesheet" href="{{ site.url }}/assets/css/main.css" /> - {% include toggle_theme_js.html %} + <link rel="shortcut icon" type="image/x-icon" href="/{{ site.favicon | relative_url }}" /> + <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" /> + {% if site.theme_config.appearance_toggle %} + {% include toggle_theme_js.html %} + {% endif %} + + {%- include custom_head.html -%} </head>