Sha256: 08c08966657e59f72d66892b4dfd255e3540a1731d8dd5d588e900c2729e63ee

Contents?: true

Size: 713 Bytes

Versions: 2

Compression:

Stored size: 713 Bytes

Contents

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  {%- seo -%}
  {%- if page.url == '/' -%}}
  <link rel="stylesheet" href="{{ "/assets/css/minima.css" | relative_url }}">
  {%- endif -%}
  {%- if page.url != '/' -%}}  
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
  {%- endif -%}
  <link rel="stylesheet" href="{{ "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" | relative_url }}">
  {%- feed_meta -%}
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
    {%- include google-analytics.html -%}
  {%- endif -%}

</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-notes-0.1.1 _includes/head.html
jekyll-notes-0.1.0 _includes/head.html