Sha256: f84614bb3dc39f1eaa6941a0661518ad00339d88182c3168241395ab4e476d8c

Contents?: true

Size: 679 Bytes

Versions: 10

Compression:

Stored size: 679 Bytes

Contents

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{ page.title }} - {{ site.title }}</title>
    <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">
    <link rel="shortcut icon" type="image/png"
          {% if site.favicon %} href="{{ site.favicon | prepend: site.baseurl }}" {% else %} href="{{ site.baseurl }}/favicon.png" {% endif %}
    />
    <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
    {% seo %}
    {%- if site.google_analytics -%}
      {%- include google-analytics.html -%}
    {%- endif -%}
    {%- include head-scripts.html -%}
</head>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bulma-clean-theme-0.7.2 _includes/head.html
bulma-clean-theme-0.7.1 _includes/head.html
bulma-clean-theme-0.7 _includes/head.html
bulma-clean-theme-0.6.5 _includes/head.html
bulma-clean-theme-0.6.4 _includes/head.html
bulma-clean-theme-0.6.3 _includes/head.html
bulma-clean-theme-0.6.2 _includes/head.html
bulma-clean-theme-0.6.1 _includes/head.html
bulma-clean-theme-0.6 _includes/head.html
bulma-clean-theme-0.5.8 _includes/head.html