Sha256: e3b65ec67fe731fc48721016f1e98c435a8013fbaab909c2a6b76c23947d7833

Contents?: true

Size: 1011 Bytes

Versions: 5

Compression:

Stored size: 1011 Bytes

Contents

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content={{ site.theme_color | default: '#ffffff' }}>
    <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">
    <link rel="shortcut icon" type="image/png"
          {% if site.favicon %} href="{{ site.favicon | relative_url }}" {% else %} href="{{ site.baseurl }}/favicon.png" {% endif %}
    />
    <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.0/dist/alpine.min.js" defer></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
    {% unless site.hide_share_buttons %}
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
    {% endunless %}
    {% seo %}
    {%- if site.google_analytics -%}
      {%- include google-analytics.html -%}
    {%- endif -%}
    {%- include head-scripts.html -%}
</head>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-opentoolbox-2.0.2 _includes/head.html
jekyll-theme-opentoolbox-2.0.1 _includes/head.html
jekyll-theme-opentoolbox-2.0.0 _includes/head.html
jekyll-theme-opentoolbox-1.1.0 _includes/head.html
jekyll-theme-opentoolbox-1.0.8 _includes/head.html