Added bootswatch CSS

This commit is contained in:
Oliver Davies 2015-09-09 18:12:00 +01:00
parent 84fa488ed6
commit ca1126737d
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ digitalocean_referral: a913b4b00d4a
default_date_format: jS F, Y
title_separator: "|"
html_lang: en-GB
bootswatch: lumen
availability:
status:

View file

@ -18,6 +18,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('css/styles.css') }}">
<link rel="stylesheet" href="{{ site.url }}/components/bootswatch/{{ site.bootswatch }}/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.url }}/components/highlightjs/styles/{{ site.hightlightjs_style }}.css">
{% for size in site.apple_touch_icon_sizes %}