aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 060becb..66ed5fc 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,9 +11,14 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/footer.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/misc.css">
- <link rel="stylesheet" href="{{ site.baseurl }}/css/plots.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
+ {% if page.custom_css %}
+ {% for css in page.custom_css %}
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/{{ css }}"/>
+ {% endfor %}
+ {% endif %}
+
{% include ie_compat.html %}
</head>
<body>