Skip to content

Commit

Permalink
hard code theme name in stylesheet to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Balter committed Dec 13, 2016
1 parent 41f716c commit e7cd890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: Hacker theme
description: Hacker is a theme for GitHub Pages.
show_downloads: true
google_analytics:
theme: jekyll-theme-hacker
theme:
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---

@import '{{ site.theme }}';
@import 'jekyll-theme-hacker';

0 comments on commit e7cd890

Please sign in to comment.