Sha256: 1e99afb418f831645171ac64672bc3070750a51f72f47e7e9a3df2b8e58217b7
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
<head> {% include ga-lite.html %} <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% if page.title %}{{ page.title | escape }} - {{site.title}}{% else %}{{ site.title | escape }} - {{site.tagline}}{% endif %}</title> {% seo title=false %} <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> <link rel="icon" href="{{site.favicon}}" type="image/png" /> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: full_base_url }}"> <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | prepend: site.baseurl }}"> {% if site.using_jekyll_assets %} <link rel="stylesheet" href="{{ "/assets/css/dist.css" | prepend: site.baseurl }}?v={% bust_cache %}"> <style type="text/css"> {% asset_source critical %} </style> {% else %} <link rel="stylesheet" href="{{ "/assets/dist.min.css" | prepend: site.baseurl }}?v={% bust_cache %}"> <style type="text/css"> {% include criticalCSS.html %} </style> {% endif %} </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seriously_simple_static_starter-0.7.0 | _includes/head.html |