Initial css variables release

This commit is contained in:
Jeremy Zhang
2017-06-05 03:32:13 +00:00
parent 601612e436
commit 4bdfb6b38c
7 changed files with 133 additions and 6 deletions

View File

@ -17,7 +17,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>