class Hikkoshi::Hexo::Exporter
Public Instance Methods
metadata(post)
click to toggle source
Calls superclass method
# File lib/hikkoshi/hexo/exporter.rb, line 3 def metadata(post) super.merge({ "permalink" => post.slug }) end