aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f41699e..3c80ab1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,9 +9,8 @@
9 9
10 <title>{{ page.title }}</title> 10 <title>{{ page.title }}</title>
11 11
12 12 <link rel="stylesheet" href="/assets/highlight.css">
13 <style>{% include site.css %}</style> 13 <link rel="stylesheet" href="/assets/site.css">
14 <style>{% include highlight.css %}</style>
15 14
16 </head> 15 </head>
17 16