Merge pull request #55 from rharter/master

add support for custom styles and overrides.
This commit is contained in:
南小北 2020-05-23 15:08:01 +08:00 committed by GitHub
commit cb7d170bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<!-- Styles -->
<link href="{{ "an-old-hope.min.css" | absURL }}" rel="stylesheet">
<link href="{{ "style.css" | absURL }}" rel="stylesheet">
<link href="{{ "custom.css" | absURL }}" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}">
<link rel="icon" href="{{ "favicon.ico" | absURL }}">

1
static/custom.css Normal file
View File

@ -0,0 +1 @@
/* Place a custom css file in your own project to use this. */