Skip to content

Commit e7cd890

Browse files
committed
hard code theme name in stylesheet to avoid conflict
1 parent 41f716c commit e7cd890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: Hacker theme
22
description: Hacker is a theme for GitHub Pages.
33
show_downloads: true
44
google_analytics:
5-
theme: jekyll-theme-hacker
5+
theme:

assets/css/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
---
33

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

0 commit comments

Comments
 (0)