hard code theme name in stylesheet to avoid conflict

This commit is contained in:
Ben Balter 2016-12-13 15:25:38 -05:00
parent 41f716c858
commit e7cd890a2b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
---
---
@import '{{ site.theme }}';
@import 'jekyll-theme-hacker';