diff options
Diffstat (limited to '')
-rw-r--r-- | _plugins/generate-pastebin-plaintext-alternate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_plugins/generate-pastebin-plaintext-alternate.rb b/_plugins/generate-pastebin-plaintext-alternate.rb index ee9b594..e4e798e 100644 --- a/_plugins/generate-pastebin-plaintext-alternate.rb +++ b/_plugins/generate-pastebin-plaintext-alternate.rb @@ -10,7 +10,7 @@ module Jekyll collection_name, collection_documents = collection if collection_name != "slides" collection_documents.docs.each do |document| - n = 1 + n = 0 Renderer .new(site, document) # create a renderer for the document .run # generate the HTML string |