lib/octopress-linkblog/configuration.rb in octopress-linkblog-1.0.1 vs lib/octopress-linkblog/configuration.rb in octopress-linkblog-1.2.0
- old
+ new
@@ -23,10 +23,11 @@
'marker' => false,
'marker_position' => 'before'
},
'titlecase' => true,
- 'unorphan' => true
+ 'unorphan' => true,
+ 'permalink_label' => 'Permalink'
}
def self.config
@config ||= Jekyll::Utils.deep_merge_hashes(DEFAULTS, Octopress.config)
end