Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
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>