Sha256: 0714b8b6297db35d237fec067c6265fad116738bcef359fcdda3cbf6ffe88d90

Contents?: true

Size: 1.36 KB

Versions: 7

Compression:

Stored size: 1.36 KB

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/styles/main.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 href="https://fonts.googleapis.com/css?family=Verdana" rel="stylesheet" type='text/css'>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-carousel@4.0.3/dist/css/bulma-carousel.min.css">
    {% unless site.hide_radar %}
        <script src="https://d3js.org/d3.v5.min.js"></script>
        <script src="https://methods.intia.de/src/radar/radar.js"></script>
        <link rel="stylesheet" href="https://methods.intia.de/src/radar/radar.css" />
    {% endunless %}
    {% unless site.hide_share_buttons %}
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
    {% endunless %}
    {% seo %}
    {%- include head-scripts.html -%}
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
intia-theme-0.1.53 _includes/head.html
intia-theme-0.1.52 _includes/head.html
intia-theme-0.1.51 _includes/head.html
intia-theme-0.1.50 _includes/head.html
intia-theme-0.1.49 _includes/head.html
intia-theme-0.1.48 _includes/head.html
intia-theme-0.1.47 _includes/head.html