_includes/head.html in phantom-blergh-0.1.1 vs _includes/head.html in phantom-blergh-0.1.2

- old
+ new

@@ -21,17 +21,19 @@ {% if site.features.https_only == true %} <script type="text/javascript" src="{{ "/assets/js/https.js" | relative_url }}"></script> {% endif %} <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> - <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> + <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}" /> - <link rel="stylesheet" href="{{ "/assets/favicon.png" | relative_url }}"> - <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}"> + {% include twitter-card-meta.html %} + + <link rel="stylesheet" href="{{ "/assets/favicon.png" | relative_url }}" /> + <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" /> <!--[if lte IE 9]><link rel="stylesheet" href="{{ "/assets/css/ie9.css" | relative_url }}" /><![endif]--> - <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}"> - <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}"> + <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}" /> + <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}" /> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </head>