summaryrefslogtreecommitdiffstats
path: root/blog/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/head.html')
-rw-r--r--blog/_includes/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/_includes/head.html b/blog/_includes/head.html
index 93f1512..1d66aa8 100644
--- a/blog/_includes/head.html
+++ b/blog/_includes/head.html
@@ -9,6 +9,6 @@
{% endif %}
</title>
<meta name="description" content="{{ site.description }}">
- <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl_root }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}">
- </head>
+ {% stylesheet main %}
+</head>