Sha256: e85da42b885ad48d012ea2a5038e7bf19ac2f19a1c2b19b604b877a56887365c

Contents?: true

Size: 686 Bytes

Versions: 2

Compression:

Stored size: 686 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">
  <title>{{ page.title }}</title>

  {% if page.robots %}
    <meta name="robots" content="{{page.robots}}" />
  {% endif %}

  {%- if site.listen_for_clients_preferred_style -%}
    <link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
  {%- else -%}
    <link rel="stylesheet" type="text/css" href="/assets/main-{{ site.style }}.css">
  {%- endif -%}

  {%- if jekyll.environment == 'production' and site.google_analytics -%}
    {%- include google-analytics.html -%}
  {%- endif -%}
</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
consolo-0.1.1 _includes/head.html
consolo-0.1.0 _includes/head.html