Sha256: 960dd983e9e915bf139729fc0e6ba5511db0ee9d580e80798d7e4ed1ffaa373a
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% if page.meta_robots %}<meta name="robots" content="{{ page.meta_robots }}">{% else %}<meta name="robots" content="all">{% endif %} {% if site.disable_title_output == true %}<title>{{ page.title }}</title>{% endif %} {% if site.disable_title_output == true %}{% seo title=false %}{% else %}{% seo %}{% endif %} <link rel="stylesheet" href="{{ '/assets/css/jam.css' | relative_url }}"> <link rel="icon" type="image/png" href="{{ '/favicon.ico' | relative_url }}"> <link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> {% if site.google_analytics and jekyll.environment == 'production' %}{% include google-analytics.html %}{% endif %} {% if site.google_tag_manager and jekyll.environment == 'production' %}{% include google-tag-manager.html %}{% endif %} </head>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-jam-0.1.2 | _includes/head.html |
jekyll-theme-jam-0.0.2 | _includes/head.html |
jekyll-theme-jam-0.0.1 | _includes/head.html |