Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save SunDi3yansyah/65f31c0c570402dff9d1 to your computer and use it in GitHub Desktop.
new-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 }}" />
{% 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