diff --git a/templates/base.html b/templates/base.html
index 7821db0..f62e3ec 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -78,6 +78,13 @@
{% if CUSTOM_CSS %}
{% endif %}
+ {% if article %}
+ {% if article.styles %}
+ {% for style in article.styles %}
+ {{ style|format(SITEURL) }}
+ {% endfor %}
+ {% endif %}
+ {% endif %}
{% if FEED_ALL_ATOM %}