Sha256: 447853e3efee1fbc247ebc6f3b62ee8111e7456590047595f540492c8f329269

Contents?: true

Size: 1.83 KB

Versions: 9

Compression:

Stored size: 1.83 KB

Contents

<head>
	<meta charset="utf-8">
	<title>{% if page.title %}{{page.title}} - {{site.title}}{% else %}{{site.title}}{% endif %}</title>
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="description" content="{{ page.description }}">
	<meta name="keywords" content="{{ page.keywords }}">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="theme-color" content="#{{ site.theme_color_hex }}" />
	<meta name="msapplication-navbutton-color" content="#{{site.theme_color_hex}}" />
	<meta name="apple-mobile-web-app-status-bar-style" content="#{{site.theme_color_hex}}" />
	<meta property="og:title" content="{{ page.title }}" />
	<meta property="og:url" content="{{ site.url }}{{ page.url | replace:'index.html',''}}" />
	<meta property="og:type" content="website" />
	<meta property="og:description" content="{{ page.description }}" />
	{%- if post.banner-image -%}
	<meta property="og:image" content="{{ page.banner-image }}" />
	{%- endif %}
	<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}" />
	<link rel="alternate" type="application/rss+xml" title="Steve Fenton &raquo; Feed" href="https://www.stevefenton.co.uk/feed/" />
	<link rel="shortcut icon" href="{{ "/assets/icons/favicon.ico" | prepend: site.baseurl }}" type="image/x-icon" />
	<link rel="apple-touch-icon" href="{{ "/assets/icons/apple-touch-icon.png" | prepend: site.baseurl }}" />
	<link rel="alternate" href="{{ "/sitemap.xml" | prepend: site.baseurl }}" type="application/rss+xml" />
	<link rel="stylesheet" href="{{ "/assets/css/vars.css" | prepend: site.baseurl }}" />
	<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}" />
	<link rel="stylesheet" href="{{ "/assets/css/code.css" | prepend: site.baseurl }}" defer="defer" />
    {% include analytics.html %}
</head>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fenton-jekyll-boilerplate-0.0.9 _includes/head.html
fenton-jekyll-boilerplate-0.0.8 _includes/head.html
fenton-jekyll-boilerplate-0.0.7 _includes/head.html
fenton-jekyll-boilerplate-0.0.6 _includes/head.html
fenton-jekyll-boilerplate-0.0.5 _includes/head.html
fenton-jekyll-boilerplate-0.0.4 _includes/head.html
fenton-jekyll-boilerplate-0.0.3 _includes/head.html
fenton-jekyll-boilerplate-0.0.2 _includes/head.html
fenton-jekyll-boilerplate-0.0.1 _includes/head.html