Method: Moft::Page#permalink

Defined in:
lib/moft/page.rb

The full path and filename of the post. Defined in the YAML of the post body.

Returns the String permalink or nil if none has been set.



39
40
41
# File 'lib/moft/page.rb', line 39

def permalink
  self.data && self.data['permalink']
end