Sha256: 88e47d125907f655cd28f2e9f18154fca9f5e123e683dc8d54e080e56137ae6a

Contents?: true

Size: 902 Bytes

Versions: 1

Compression:

Stored size: 902 Bytes

Contents

<head>
  <meta charset="utf-8">
  <base href="{% base %}" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="theme-color" content="white"/>
  <meta name="color-scheme" content="light"/>
  <meta name="referrer" content="strict-origin-when-cross-origin"/>
  {%- seo -%}
  <link rel="stylesheet" href="assets/css/style.css">
  {%- feed_meta -%}
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
    {%- include google-analytics.html -%}
  {%- endif -%}

  {%- include custom-head.html -%}

  {%- if page.activity -%}
    <link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
  {%- endif -%}

  {%- if site.activity_pub_profile -%}
    <meta property="profile:username" content="{{ site.activity_pub_profile }}" />
  {%- endif -%}
</head>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sutty-minima-2.7.0rc0 _includes/head.html