diff options
Diffstat (limited to '_layouts/index.html')
| -rw-r--r-- | _layouts/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index a9c649b..ed369a4 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -9,7 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | <title>{{ page.title }}</title> | 10 | <title>{{ page.title }}</title> |
| 11 | 11 | ||
| 12 | <style>{% include site.css %}</style> | 12 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 13 | <link rel="stylesheet" href="/assets/site.css"> | ||
| 13 | 14 | ||
| 14 | </head> | 15 | </head> |
| 15 | 16 | ||
