Sha256: c89219264466c9dbfb8b717cee0ab232a614657ece7bb7c4512a88ad03439421
Contents?: true
Size: 1.52 KB
Versions: 3
Compression:
Stored size: 1.52 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"> {%- 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 navbar.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sutty-jekyll-theme-0.3.9 | _layouts/default.html |
sutty-jekyll-theme-0.3.8 | _layouts/default.html |
sutty-jekyll-theme-0.3.7 | _layouts/default.html |