add baseurl to style css

This commit is contained in:
Felix Förtsch
2018-05-17 19:49:57 +02:00
parent 1889070c85
commit a9d48a7780

View File

@@ -10,7 +10,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="{{ "/style.css" }}">
<link rel="stylesheet" href="{{ site.baseurl/ }}/style.css">
<!-- Google verification -->
{% if site.google_verify %}<meta name="google-site-verification" content="{{ site.google_verify }}">{% endif %}