Sha256: 85d1a176f0609f90ff4514182d88cdd6a154abb02d400be495c92b8f78490161

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 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">
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
  {% if include.style %}
    {% assign href ='/assets/css/' | append: include.style | append: '-style.css' | relative_url %}
  {% else %}
    {% assign href ='/assets/css/default-style.css' | relative_url %}
  {% endif %}
  <link rel="stylesheet" href="{{ href }}">
</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-docgen-1.1.2 _includes/head.html
jekyll-theme-docgen-1.1.1 _includes/head.html