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

Fixes a bug that was preventing users from setting their own taglines. #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Enekk
Copy link

@Enekk Enekk commented Jun 24, 2014

In the theme files, the header was set to:
<h1>{{ page.title }} <small>Supporting Tagline</small></h1>
Becasue the tagline was set to Supporting Tagline, users could not remove or set a custom tagline.
Changing Supporting Tagline to {{ page.tagline }} is sufficient to fix this.

In the theme files, the header was set to:
    <h1>{{ page.title }} <small>Supporting Tagline</small></h1>
Becasue the tagline was set to "Supporting Tagline", users could not remove or set a custom tagline.
Changing `Supporting Tagline` to `{{ page.tagline }}` is sufficient to fix this.
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.

1 participant