aboutsummaryrefslogtreecommitdiff
path: root/_plugins/add-link-to-plaintext-code-block.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-17 15:21:43 -0300
committerEuAndreh <eu@euandre.org>2020-08-17 15:21:43 -0300
commit97e7884fa35c5e7a0e19a01127eab990f2c64545 (patch)
treea78c444ca765510fed50c253a8edf5fa1330640c /_plugins/add-link-to-plaintext-code-block.rb
parentUpdate description (diff)
downloadeuandre.org-97e7884fa35c5e7a0e19a01127eab990f2c64545.tar.gz
euandre.org-97e7884fa35c5e7a0e19a01127eab990f2c64545.tar.xz
Remove leftover comment in plugin
Diffstat (limited to '_plugins/add-link-to-plaintext-code-block.rb')
-rw-r--r--_plugins/add-link-to-plaintext-code-block.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/_plugins/add-link-to-plaintext-code-block.rb b/_plugins/add-link-to-plaintext-code-block.rb
index 461102e..04fbdea 100644
--- a/_plugins/add-link-to-plaintext-code-block.rb
+++ b/_plugins/add-link-to-plaintext-code-block.rb
@@ -1,4 +1,3 @@
-# </code></pre></div></div>
Jekyll::Hooks.register :documents, :post_render do |doc|
if doc.output_ext == ".html"
code_block_counter = 1