Created
October 16, 2012 19:25
-
-
Save rwboyer/3901403 to your computer and use it in GitHub Desktop.
twitter card shite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Twitter Card Stuff --> | |
| <meta name="twitter:card" content="summary"> | |
| <meta name="twitter:site" content="{{ site.twitter_site }}"> | |
| <meta name="twitter:creator" content="{{ site.twitter_creator }}"> | |
| {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} | |
| <meta name="twitter:url" content="{{ canonical }}"> | |
| <meta name="twitter:title" content="{{ page.title }}"> | |
| <meta name="twitter:description" content="{{ page.meta_desc }}"> | |
| <!-- note some of these tags are created in my config.yml others in my code not standard jekyll --> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment