Sha256: 39aea7e74d116503f4e969c1b3a2c80b6d583593c5f8955c860c680c1f814fd1
Contents?: true
Size: 1008 Bytes
Versions: 3
Compression:
Stored size: 1008 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 -%} {%- if site.actor -%} <link rel="me" href="{{ site.actor.url | absolute_url }}" /> {%- endif -%} </head>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sutty-minima-2.7.0rc3 | _includes/head.html |
sutty-minima-2.7.0rc2 | _includes/head.html |
sutty-minima-2.7.0rc1 | _includes/head.html |