Method: Brief::Model::AccessorMethods#document_title
- Defined in:
- lib/brief/model.rb
#document_title ⇒ Object
37 38 39 40 41 42 43 |
# File 'lib/brief/model.rb', line 37 def document_title data.try(:[], :title) || extracted_content_data.try(:title) || path.basename.to_s .gsub(/\.html.md/,'') .gsub(/\.md/,'') end |