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 34ee69691c
commit 45ba40af2d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ title: Midnight theme
description: Midnight is a theme for GitHub Pages.
show_downloads: true
google_analytics:
theme: jekyll-theme-midnight
theme:

View File

@@ -1,4 +1,4 @@
---
---
@import "{{ site.theme }}";
@import "jekyll-theme-midnight";