aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/header.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_includes/common/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html
index 4020667..bff0657 100644
--- a/_includes/common/header.html
+++ b/_includes/common/header.html
@@ -15,6 +15,12 @@
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
+ {% if page.custom_css %}
+ {% for css in page.custom_css %}
+ <link rel="stylesheet" href="{{ '/assets/css/' | relative_url }}{{ css }}"/>
+ {% endfor %}
+ {% endif %}
+
{% include common/ie_compat.html %}
{% include common/mathjax.html %}
</head>