Sha256: 7e99b64d9b5b15c1f99fe0765b1c79b2fa52a57f848e9ff539fcb3bf0949d09b

Contents?: true

Size: 1017 Bytes

Versions: 4

Compression:

Stored size: 1017 Bytes

Contents

---
common-css:
  - "/assets/css/main-minimal.css"
common-ext-css:
  - href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
    sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
common-ext-js:
  - href: "https://code.jquery.com/jquery-3.4.1.min.js"
    sri: "sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  - href: "https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
    sri: "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
  - href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
    sri: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
---

<!DOCTYPE html>
<html lang="{{ page.language | default: site.language | default: 'en' }}">

  {% include head.html %}

  <body>

    <div role="main" class="container-md main-content">
      {{ content }}
    </div>

    {% include footer-minimal.html %}

    {% include footer-scripts.html %}

  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
beautiful-jekyll-theme-4.1.0 _layouts/minimal.html
beautiful-jekyll-theme-4.0.1 _layouts/minimal.html
beautiful-jekyll-theme-4.0.0 _layouts/minimal.html
beautiful-jekyll-theme-3.0.0 _layouts/minimal.html