Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Config to Hide Title in Body #2067

Closed
wants to merge 2 commits into from

Conversation

GeekOnCoffee
Copy link
Contributor

No description provided.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@@ -7,7 +7,7 @@ module Pages
class ContentPagePresenter < ContentPresenter
def initialize(page, page_title)
super()
add_default_title_section(page_title) if page_title.present?
add_default_title_section(page_title) if page_title.present? and Pages.show_title_in_body
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use && rather than and :-)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@parndt parndt closed this in 7a8768a Dec 5, 2012
ugisozols added a commit that referenced this pull request Dec 5, 2012

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants