Rename style.css -> theme.css

main
Raymond Wanyoike 2017-11-18 10:23:11 +03:00
parent a98451f689
commit 1c944d0f3d
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css">
{% block head %}{% endblock %}
{% include 'include/analytics.html' %}