Skip to content
Snippets Groups Projects
Verified Commit 72a7c634 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Allow custom stylesheet

parent 3bd62fc3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
</style> </style>
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/style.css" /> <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/style.css" />
<link rel="stylesheet" type="text/css" href="{{ CUSTOM_STYLESHEET }}" />
<title> <title>
{{ SITENAME }} {{ SITENAME }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment