Skip to content

Commit 85f7741

Browse files
committed
Fix CSS path.
1 parent 0b1dd80 commit 85f7741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/themes/the-program/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>{% if page.tabtitle %}{{ page.tabtitle }}{% else %}{{ page.title }}{% endif %}</title>
1111

1212
<meta name="author" content="{{ site.author.name }}">
13-
<link href='{{ ASSET_PATH }}/the-program/css/style.css' rel="stylesheet" media="all">
13+
<link href='{{ ASSET_PATH }}/css/style.css' rel="stylesheet" media="all">
1414
<link href="http://feeds.feedburner.com/{{ site.author.feedbaname }}" rel="alternate" title="{{ page.title }}" type="application/atom+xml">
1515
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script>
1616

0 commit comments

Comments
 (0)