Back to Octopress

{% if page.title %}{% if site.titlecase %}{{ page.title

.themes/classic/source/_includes/head.html

2.0404 B
Original Source

{% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} {% if page.keywords %}{% endif %} {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} {% include custom/head.html %} {% include google_analytics.html %}