From bf361a5d763614873a605ae8f6b8d4c26b30de24 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 10 Apr 2021 02:19:31 +0300 Subject: header: bring back custom_css It was accidentally removed in 823883f. --- _includes/common/header.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '_includes/common') 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 @@ + {% if page.custom_css %} + {% for css in page.custom_css %} + + {% endfor %} + {% endif %} + {% include common/ie_compat.html %} {% include common/mathjax.html %} -- cgit v1.2.3