Method: Blogit::Configuration#show_post_description
- Defined in:
- lib/blogit/configuration.rb
#show_post_description ⇒ Object
Should show a description of the blog post on the index and RSS feed.
Defaults to true
133 |
# File 'lib/blogit/configuration.rb', line 133 config_accessor(:show_post_description) { true } |