Sha256: bee9598a10cdbb274acb0a97642c547de8349daec749894fdf919438e554d11a
Contents?: true
Size: 950 Bytes
Versions: 3
Compression:
Stored size: 950 Bytes
Contents
<!doctype html> <html lang="{{ site.lang | default: "en-US" }}" class="h-100"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> {% seo %} {% include head-fonts.html %} {% include head-app-css.html %} {% include head-google-analytics.html %} </head> <body class="d-flex flex-column h-100"> <!-- Navigation --> {% include navigation.html %} <section class="hero-section d-block d-lg-none"> <div class="container-fluid"> {% include title.html %} </div> </section> <!-- Main content --> <main class="flex-shrink-0 mt-3"> <div class="container"> {{ content }} <div class="bg-cube"></div> </div> </main> <!-- Footer --> {% include footer.html %} <script src="assets/bootstrap.min.js"></script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
infotorg-api-jekyll-theme-0.1.2 | _layouts/default.html |
infotorg-api-jekyll-theme-0.1.1 | _layouts/default.html |
infotorg-api-jekyll-theme-0.1.0 | _layouts/default.html |