Sha256: b806a3c46d9f5e3e3ca338b88d3678726134cb0884c3c54e9ef03981759230a7
Contents?: true
Size: 983 Bytes
Versions: 1
Compression:
Stored size: 983 Bytes
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 %} <meta name="author" content="{{ site.author }}"> <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"> <link rel="stylesheet" href="{{ '/assets/css/ark.css' | relative_url }}"> <link rel="icon" type="image/png" href="{{ '/favicon.png' | relative_url }}"> {% if site.google_analytics and jekyll.environment == 'production' %}{% include analytics.html %}{% endif %} {% if site.disable_title_output == true %}{% seo title=false %}{% else %}{% seo %}{% endif %} </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ark-jekyll-theme-0.0.2 | _includes/head.html |