|
|
@ -55,6 +55,7 @@ module Jekyll
|
|
|
|
@filetype = file.extname.sub('.','')
|
|
|
|
@filetype = file.extname.sub('.','')
|
|
|
|
@filetype = 'objc' if @filetype == 'm'
|
|
|
|
@filetype = 'objc' if @filetype == 'm'
|
|
|
|
@filetype = 'perl' if @filetype == 'pl'
|
|
|
|
@filetype = 'perl' if @filetype == 'pl'
|
|
|
|
|
|
|
|
@filetype = 'yaml' if @filetype == 'yml'
|
|
|
|
title = @title ? "#{@title} (#{file.basename})" : file.basename
|
|
|
|
title = @title ? "#{@title} (#{file.basename})" : file.basename
|
|
|
|
url = "#{context.registers[:site].config['url']}/#{code_dir}/#{@file}"
|
|
|
|
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"
|
|
|
|
source = "<div><figure role=code><figcaption><span>#{title}</span> <a href='#{url}'>download</a></figcaption>\n"
|
|
|
|