Merge branch 'cssvars' into master

This commit is contained in:
Jeremy "EndenDragon" Zhang
2017-09-07 14:41:30 -07:00
committed by GitHub
7 changed files with 133 additions and 6 deletions

View File

@ -20,7 +20,7 @@
{% include 'google_analytics.html.j2' %}
{% if css is not none %}
<style id="user-defined-css">{{ css.css }}</style>
<style id="user-defined-css">{% if cssvariables is not none %}{{ cssvariables }}{% endif %} {{ css.css }}</style>
{% endif %}
</head>
<body>