aboutsummaryrefslogtreecommitdiff
path: root/plugins/include_code.rb
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/include_code.rb')
-rw-r--r--plugins/include_code.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/include_code.rb b/plugins/include_code.rb
index e064fe2c..d910c3e6 100644
--- a/plugins/include_code.rb
+++ b/plugins/include_code.rb
@@ -53,9 +53,6 @@ module Jekyll
Dir.chdir(code_path) do
code = file.read
@filetype = file.extname.sub('.','')
- @filetype = 'objc' if @filetype == 'm'
- @filetype = 'perl' if @filetype == 'pl'
- @filetype = 'yaml' if @filetype == 'yml'
title = @title ? "#{@title} (#{file.basename})" : file.basename
url = "#{context.registers[:site].config['url']}/#{code_dir}/#{@file}"
source = "<div><figure role=code><figcaption><span>#{title}</span> <a href='#{url}'>download</a></figcaption>\n"