Created
September 9, 2014 21:33
-
-
Save SunDi3yansyah/a6638453d00c037caaff to your computer and use it in GitHub Desktop.
2nd-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 }}"> | |
| {% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{%else%}<meta name="keywords" content="{{ site.keywords }}">{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment