aboutsummaryrefslogtreecommitdiff
path: root/_plugins/linter.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-30 11:49:06 -0300
committerEuAndreh <eu@euandre.org>2020-12-30 11:49:06 -0300
commitbda7343b02e4f69a25f0e8d9eb5d10e4e3cdf66f (patch)
tree54227250b53eed9bd931052f4388667fbb209334 /_plugins/linter.rb
parentAdd TIL on SVG favicon (diff)
downloadeuandre.org-bda7343b02e4f69a25f0e8d9eb5d10e4e3cdf66f.tar.gz
euandre.org-bda7343b02e4f69a25f0e8d9eb5d10e4e3cdf66f.tar.xz
linter.rb: Remove leftover print
Diffstat (limited to '_plugins/linter.rb')
-rw-r--r--_plugins/linter.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/_plugins/linter.rb b/_plugins/linter.rb
index dd51e3b..50be99f 100644
--- a/_plugins/linter.rb
+++ b/_plugins/linter.rb
@@ -80,7 +80,6 @@ module Jekyll
unless ['index', 'root', 'tils'].include? ref
if slugify(title) != ref then
raise "#{ref} isn't a slug of the title.\nref: '#{ref}'\ntitle slug: '#{slugify(title)}'"
- p slugify(title)
end
end
end
@@ -103,7 +102,6 @@ module Jekyll
unless File.exist? flac then
raise "Missing FLAC file '#{flac}'"
end
-
end
if name == 'screencasts' then