Sha256: e257255fafffe2eccc4e6631c8610ef3cf3786f66a30f00ad3c7eb2fdce8e9e9

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

<!-- Metadata -->
<meta charset="{{ site.encoding | default: 'utf-8' }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description | default: 'A sleek and modern Jekyll theme tailored for bloggers seeking a seamless platform to express their ideas and stories.' }}">
<meta name="author" content="{{ site.author.name }}">
<!-- Favicons -->
{% if site.favicons or site.avatarurl %}{% include site-favicons.html %}{% endif %}


{% if page.indexing == false %}
<meta name="robots" content="noindex">
{% endif %}

{% if page.collectionpage %}
{% seo title=false %}

{% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
<!-- Title -->
<title>{{ collectiondata.title }} | {{ site.title }}</title>
<meta property="og:title" content="{{ collectiondata.title }}">
<meta name="description" content="{{ collectiondata.description }}">
<meta property="og:description" content="{{ collectiondata.description }}">
{% else %}
{% seo %}
{% endif %}

<!-- FontAwesome JS-->
<!-- {% include site-fonts.html %} -->
<script src="https://use.fontawesome.com/releases/v5.7.1/js/all.js"
    integrity="sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7" crossorigin="anonymous">
    </script>


{% if site.css_inline == true %}
{% include site-styles.html %}
{% else %}
<!-- CSS -->
<link id="theme-style" rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
{% endif %}
<!-- End of _includes/head.html -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inkstream-0.1.4 _includes/head.html