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

Enable creating custom meta properties #1

Merged
merged 1 commit into from
Dec 11, 2014
Merged

Conversation

murataydos
Copy link
Contributor

I introduced four new attributes.

  • twitter_site to add site property to twitter properties like <meta name="twitter:site" content="@foo">
  • locale to add locale property to facebook properties like <meta property="og:locale" content="en_US">
  • meta_extras to add optional properties like <meta name="foo" content="bar">
  • meta_custom_extras to add optional custom properties like <meta some_key="foo" content="bar">

@foxbunny Can you review this? Thank you.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.54%) when pulling ae34ef7 on murataydos:master into 95c2ef8 on nephila:master.

@foxbunny
Copy link
Contributor

@murataydos I no longer maintain this code base. Also I'm not using Django anymore, so I'm not sure I should be commenting on this generally. :)

@yakky
Copy link
Member

yakky commented Dec 11, 2014

@murataydos Thanks for your contribuion. I'll have a look at this shortly

@murataydos
Copy link
Contributor Author

Ok @foxbunny :) Thanks @yakky

@yakky
Copy link
Member

yakky commented Dec 11, 2014

LGTM

yakky added a commit that referenced this pull request Dec 11, 2014
Enable creating custom meta properties
@yakky yakky merged commit 073b184 into nephila:master Dec 11, 2014
@murataydos
Copy link
Contributor Author

@yakky Can you create a tag for the last changes to update version on PyPI?

@yakky
Copy link
Member

yakky commented Dec 12, 2014

I'll release it shortly, before completing some tests in internal projects

@murataydos
Copy link
Contributor Author

Great thanks :)

@yakky
Copy link
Member

yakky commented Dec 15, 2014

Released!
Thanks for your contribution!

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

4 participants