Merge pull request #55 from rharter/master
add support for custom styles and overrides.
This commit is contained in:
commit
cb7d170bf3
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link href="{{ "an-old-hope.min.css" | absURL }}" rel="stylesheet">
|
<link href="{{ "an-old-hope.min.css" | absURL }}" rel="stylesheet">
|
||||||
<link href="{{ "style.css" | absURL }}" rel="stylesheet">
|
<link href="{{ "style.css" | absURL }}" rel="stylesheet">
|
||||||
|
<link href="{{ "custom.css" | absURL }}" rel="stylesheet">
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
|
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
|
||||||
<link rel="icon" href="{{ "favicon.ico" | absURL }}">
|
<link rel="icon" href="{{ "favicon.ico" | absURL }}">
|
||||||
|
|
1
static/custom.css
Normal file
1
static/custom.css
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/* Place a custom css file in your own project to use this. */
|
Loading…
Reference in a new issue