Skip to content

Instantly share code, notes, and snippets.

@SunDi3yansyah
Created September 9, 2014 21:33
Show Gist options
  • Select an option

  • Save SunDi3yansyah/a6638453d00c037caaff to your computer and use it in GitHub Desktop.

Select an option

Save SunDi3yansyah/a6638453d00c037caaff to your computer and use it in GitHub Desktop.
2nd-head
{% 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