summaryrefslogtreecommitdiff
path: root/_plugins
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
commitd16530d61a04435fd8cb4d4770c4ac715ac8ef0e (patch)
tree46499a98c6f890622e5ccbf9cf43725a7597c7e4 /_plugins
Initial commit
Diffstat (limited to '_plugins')
-rw-r--r--_plugins/jekyll-less.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/_plugins/jekyll-less.rb b/_plugins/jekyll-less.rb
new file mode 100644
index 0000000..4950c11
--- /dev/null
+++ b/_plugins/jekyll-less.rb
@@ -0,0 +1,9 @@
+##
+#
+# `jekyll-less` is loaded like this to fix a certain bug
+# (https://github.com/zroger/jekyll-less/issues/15).
+#
+##
+require "jekyll-less"
+
+@@mtimes = {}