diff options
author | EuAndreh <eu@euandre.org> | 2020-08-17 15:21:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-17 15:21:43 -0300 |
commit | 97e7884fa35c5e7a0e19a01127eab990f2c64545 (patch) | |
tree | a78c444ca765510fed50c253a8edf5fa1330640c /_plugins/add-link-to-plaintext-code-block.rb | |
parent | Update description (diff) | |
download | euandre.org-97e7884fa35c5e7a0e19a01127eab990f2c64545.tar.gz euandre.org-97e7884fa35c5e7a0e19a01127eab990f2c64545.tar.xz |
Remove leftover comment in plugin
Diffstat (limited to '')
-rw-r--r-- | _plugins/add-link-to-plaintext-code-block.rb | 1 |
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 |