Sha256: fa0eae683d0953188fceb91537ad8ab073dab0353c481b9dd09aaaeb82d255b1

Contents?: true

Size: 1.32 KB

Versions: 80

Compression:

Stored size: 1.32 KB

Contents

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  {% unless site.plugins contains "jekyll-seo-tag" %}
    <title>{{ page.title }} - {{ site.title }}</title>

    {% if page.description %}
      <meta name="Description" content="{{ page.description }}">
    {% endif %}
  {% endunless %}

  <link rel="shortcut icon" href="{{ 'polyphony-logo.png' | absolute_url }}" type="image/png">

  <link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | absolute_url }}">

  {% if site.ga_tracking != nil %}
    <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga_tracking }}"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', '{{ site.ga_tracking }}'{% unless site.ga_tracking_anonymize_ip == nil %}, { 'anonymize_ip': true }{% endunless %});
    </script>

  {% endif %}

  {% if site.search_enabled != false %}
    <script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | absolute_url }}"></script>
  {% endif %}
  <script type="text/javascript" src="{{ '/assets/js/just-the-docs.js' | absolute_url }}"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  {% seo %}

  {% include head_custom.html %}

</head>

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
polyphony-0.99 docs/_includes/head.html
polyphony-0.98 docs/_includes/head.html
polyphony-0.97 docs/_includes/head.html
polyphony-0.96 docs/_includes/head.html
polyphony-0.95 docs/_includes/head.html
polyphony-0.94 docs/_includes/head.html
polyphony-0.93 docs/_includes/head.html
polyphony-0.92 docs/_includes/head.html
polyphony-0.91 docs/_includes/head.html
polyphony-0.90 docs/_includes/head.html
polyphony-0.89 docs/_includes/head.html
polyphony-0.87 docs/_includes/head.html
polyphony-0.86 docs/_includes/head.html
polyphony-0.85 docs/_includes/head.html
polyphony-0.84.1 docs/_includes/head.html
polyphony-0.84 docs/_includes/head.html
polyphony-0.83 docs/_includes/head.html
polyphony-0.82 docs/_includes/head.html
polyphony-0.81.1 docs/_includes/head.html
polyphony-0.81 docs/_includes/head.html