add baseurl to style css
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user