Created
April 15, 2015 19:05
-
-
Save mmorrison/ca1e5fc3d73fd4c85071 to your computer and use it in GitHub Desktop.
ChOP Social Replace
This file contains 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
was | |
<meta name='title' content='{{ organization.meta_title }}'> | |
<meta name='og:title' content='{{ organization.meta_title }}'> | |
<meta name='description' content='{{ organization.meta_description }}'> | |
<meta name='og:description' content='{{ organization.meta_description }}'> | |
<meta name='keywords' content='{{ organization.meta_keywords }}'> | |
replace | |
<meta name='title' content='{{ organization.meta_title }}'> | |
<meta name='description' content='{{ organization.meta_description }}'> | |
<meta name='keywords' content='{{ organization.meta_keywords }}'> | |
<!-- Social Sharing --> | |
<meta name='og:title' content='{{ organization.meta_title }}'> | |
<meta name='og:description' content='{{ organization.meta_description }}'> | |
<meta name='og:url' content='{{ organization.platform_url }}'> | |
<meta name='og:image' content='{{ organization.logo_url }}'> | |
<!-- Social Sharing --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment