diff --git a/site/_includes/header.html b/site/_includes/header.html index 6e91a1f42..8fa50f395 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -15,6 +15,8 @@ {%- endif -%} + + {% include stylesheet.html %} {% include favicons.html %} {% include social.html %} diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html index 28aa0736c..c37dd923d 100644 --- a/site/_layouts/examples.html +++ b/site/_layouts/examples.html @@ -8,6 +8,8 @@ {{ page.title | smartify }} ยท {{ site.title | smartify }} + + {% include stylesheet.html %}