class Archangel::Liquid::Drops::PageDrop
Liquid
drop for a Page
Public Instance Methods
id()
click to toggle source
Page id as a string
@return [String] the id
# File lib/archangel/liquid/drops/page_drop.rb, line 19 def id object.id.to_s end
permalink()
click to toggle source
Page permalink with leading slash
@return [String] the permalink
# File lib/archangel/liquid/drops/page_drop.rb, line 27 def permalink "/#{object.permalink}" end