Skip to content
Snippets Groups Projects
Commit f61b836f authored by Silvio Giebl's avatar Silvio Giebl Committed by Silvio Giebl
Browse files

Fixed stylesheet link

(cherry picked from commit ac42a41ae3e36b002df52882be296c01873c0e5b)
parent cba53a69
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@
<link rel="shortcut icon" href="{{ 'favicon.ico' | absolute_url }}" type="image/x-icon">
{% assign color_scheme = site.color_scheme %}
{% if color_theme == nil %}
{% if site.color_scheme == nil or site.color_scheme == "nil" %}
{% assign color_scheme = 'light' %}
{% else %}
{% assign color_scheme = site.color_scheme %}
{% endif %}
<link rel="stylesheet" href="{{ color_scheme | prepend: '/assets/css/just-the-docs-' | append: '.css' | absolute_url }}">
......
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