From a18111b93eeb10452edd71dcb3155d4e48e56049 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Mar 2014 08:11:03 +0200 Subject: [PATCH] Work around https://github.com/jekyll/jekyll/issues/1801 --- docs/components.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/components.html b/docs/components.html index 9cb491f..02bacf0 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1276,10 +1276,8 @@ window.addEventListener('push', myFunction); {% highlight html %} -
-{% for iconClassName in site.data.ratchicons %} - -{% endfor %} +
{% for iconClassName in site.data.ratchicons %} + {% endfor %}
{% endhighlight %}