Method: Jekyll::Post#permalink
- Defined in:
- lib/jekyll/post.rb
#permalink ⇒ Object
The full path and filename of the post. Defined in the YAML of the post body (optional).
Returns the String permalink.
180 181 182 |
# File 'lib/jekyll/post.rb', line 180 def permalink self.data && self.data['permalink'] end |