Sha256: e5496d7a2e18dc1807a5ebe384441b61f71e951c3574b8f83a19c43efb927d08

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

<!doctype html>
<html lang="{{ site.lang }}" dir="{{ site.dir }}">
  <head>
    <meta charset="UTF-8">
    <base href="{% base %}">
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta name="theme-color" content="white">
    <meta name="color-scheme" content="light">
    <meta name="referrer" content="strict-origin-when-cross-origin">

    <link href="assets/css/styles.css?{{ site.time | date: '%s' }}" rel="stylesheet" data-turbo-track="reload">

    {%- include_cached script.html src="assets/js/env.js" -%}
    {%- for pack in site.data.manifest.outputs -%}
      {%- unless pack[1].entryPoint -%}{%- continue -%}{%- endunless -%}
      {%- assign src = pack[0] -%}
      {%- include script.html src=src -%}
    {%- endfor -%}

    {% seo %}
    {% feed_meta %}

    {% 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>
  <body class="min-vh-100 d-flex flex-column">
    {% include_cached menu.html %}

    <main class="container flex-grow-1">
      <div class="row justify-content-center d-print-block">
        <div class="col-md-8">
          {{ content }}
        </div>
      </div>
    </main>

    {% include_cached footer.html %}
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sutty-jekyll-theme-0.5.6 _layouts/default.html
sutty-jekyll-theme-0.5.5 _layouts/default.html
sutty-jekyll-theme-0.5.4 _layouts/default.html
sutty-jekyll-theme-0.5.3 _layouts/default.html
sutty-jekyll-theme-0.5.2 _layouts/default.html
sutty-jekyll-theme-0.5.1 _layouts/default.html
sutty-jekyll-theme-0.5.0 _layouts/default.html