Standardise on CSS and image locations

This commit is contained in:
Oliver Davies 2015-12-02 08:19:36 +00:00
parent 3518826f5b
commit 2a4fa95b19
38 changed files with 12 additions and 12 deletions

View file

@ -18,7 +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 }}/css/oliverdavies.css">
<link rel="stylesheet" href="{{ site.url }}/assets/css/oliverdavies.css">
<link rel="stylesheet" href="{{ site.url }}/components/highlightjs/styles/{{ site.hightlightjs_style }}.css">
<link rel="stylesheet" href="{{ site.url }}/components/font-awesome/css/font-awesome.min.css">
{% block styles %}{% endblock %}