Created
September 9, 2014 21:32
-
-
Save SunDi3yansyah/65f31c0c570402dff9d1 to your computer and use it in GitHub Desktop.
new-head
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
| {% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} | |
| <meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}" /> | |
| {% capture keywords %}{% if page.keywords %}{{ page.keywords }}{% elsif site.keywords %}{{ site.keywords }}{% endif %}{% endcapture %} | |
| <meta name="keywords" content="{{ keywords | strip_html | condense_spaces }}" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment