Skip to content

Fix title capitalization #383

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

Closed
wants to merge 2 commits into from
Closed

Fix title capitalization #383

wants to merge 2 commits into from

Conversation

igstan
Copy link
Contributor

@igstan igstan commented Oct 6, 2014

No description provided.

igstan added 2 commits October 6, 2014 15:41
The language backing Liquid templates is quite dubios and the `capitalize`
filter wasn't actually doing what was intended. As such, a `partof` property
with a value of "foo-bar" was rendered as ['foo', 'bar'] in the title.

Using a plugin seems to be the easiest way to solve this problem.

Solution from here: http://stackoverflow.com/a/23453152/58808
@heathermiller
Copy link
Member

Thanks for the contribution, but currently we're hosted on Github pages, which means that Github disables all custom Jekyll plugins by default. So I don't think this will work :/

@heathermiller
Copy link
Member

If I'm somehow mistaken about your intentions with this PR, could you please reopen this?

@igstan
Copy link
Contributor Author

igstan commented Oct 8, 2014

@heathermiller ah, sorry. I didn't realize this is hosted on GitHub. I'll open a new PR if I'll manage to solve this issue.

@igstan
Copy link
Contributor Author

igstan commented Oct 8, 2014

@heathermiller opened #384.

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.

2 participants