Go back to calling the source file "Source File" in the metadata view.
This commit is contained in:
parent
bf4862860d
commit
e54c854e10
|
@ -32,7 +32,7 @@ module Middleman
|
||||||
'Path' => @resource.path,
|
'Path' => @resource.path,
|
||||||
'Build Path' => @resource.destination_path,
|
'Build Path' => @resource.destination_path,
|
||||||
'URL' => content_tag(:a, @resource.url, :href => @resource.url),
|
'URL' => content_tag(:a, @resource.url, :href => @resource.url),
|
||||||
'Template' => @resource.source_file,
|
'Source File' => @resource.source_file,
|
||||||
}
|
}
|
||||||
|
|
||||||
data = @resource.data
|
data = @resource.data
|
||||||
|
|
Loading…
Reference in a new issue