Method: Lifer::Entry#path
- Defined in:
- lib/lifer/entry.rb
#path ⇒ String
The expected, absolute URI path to the entry. For example:
/index.html
/blog/my-trip-to-toronto.html
210 |
# File 'lib/lifer/entry.rb', line 210 def path = permalink(host: "/") |