Skip to content
Snippets Groups Projects
Commit e5f14eb1 authored by Philipp Stahl's avatar Philipp Stahl
Browse files

Loading CSS

parent 36afa193
No related branches found
No related tags found
No related merge requests found
Pipeline #7028 passed
...@@ -57,6 +57,9 @@ SOCIAL = (('You can add links in your config file', '#'), ...@@ -57,6 +57,9 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 10 DEFAULT_PAGINATION = 10
# CSS
CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL)
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
......
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