2022-09-12 05:59:12 -04:00
<!DOCTYPE html>
<html lang=" {{ @ site .locale }} ">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> {{ meta_title }} </title>
<link rel="stylesheet" href=" {{ asset "built/screen.css" }} ">
2024-08-02 00:11:17 -04:00
<link rel="stylesheet" href=" {{ asset "css/tocbot.css" }} ">
2022-09-12 05:59:12 -04:00
{{ # is "home" }}
{{ # if @ site .cover_image }}
<link rel="preload" as="image" href=" {{ @ site .cover_image }} ">
{{ / if }}
{{ / is }}
{{ ghost_head }}
</head>
2024-06-19 09:56:58 -04:00
<body class=" {{ body_class }} {{{ block "body_class" }}} is-head- {{ # match @ custom .navigation_layout "Logo on the left" }} left-logo {{ else match @ custom .navigation_layout "Logo in the middle" }} middle-logo {{ else }} stacked {{ / match }} ">
2022-11-10 23:02:51 -05:00
<div class="gh-site">
<header id="gh-head" class="gh-head gh-outer">
<div class="gh-head-inner gh-inner">
<div class="gh-head-brand">
<div class="gh-head-brand-wrapper">
<a class="gh-head-logo" href=" {{ @ site .url }} ">
{{ # if @ site .logo }}
<img src=" {{ @ site .logo }} " alt=" {{ @ site .title }} ">
{{ else }}
{{ @ site .title }}
{{ / if }}
</a>
2022-09-12 05:59:12 -04:00
</div>
2023-01-16 20:59:31 -05:00
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search> {{ > "icons/search" }} </button>
2022-11-10 23:02:51 -05:00
<button class="gh-burger"></button>
</div>
2022-09-12 05:59:12 -04:00
2022-11-10 23:02:51 -05:00
<nav class="gh-head-menu">
{{ navigation }}
</nav>
<div class="gh-head-actions">
2023-01-16 20:59:31 -05:00
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search> {{ > "icons/search" }} </button>
2022-11-10 23:02:51 -05:00
</div>
</div>
</header>
{{{ body }}}
<footer class="gh-foot gh-outer">
<div class="gh-foot-inner gh-inner">
<div class="gh-copyright">
2024-06-19 09:56:58 -04:00
{{ # if @ custom .footer_text }}
2022-11-10 23:02:51 -05:00
{{ @ custom .footer_text }}
2024-06-19 09:56:58 -04:00
{{ / if }}
</div>
2024-07-31 13:10:37 -04:00
{{ > "social-media" }}
2022-11-10 23:02:51 -05:00
</div>
</footer>
2022-09-12 05:59:12 -04:00
2022-11-10 23:02:51 -05:00
</div>
{{ # is "post, page" }}
2024-07-31 13:10:37 -04:00
{{ > "pswp" }}
2022-11-10 23:02:51 -05:00
{{ / is }}
<script src=" {{ asset "built/main.min.js" }} "></script>
2024-08-01 19:24:13 -04:00
{{ # if @ custom .oneko }}
<script src=" {{ asset "js/oneko.js" }} "></script>
{{ / if }}
2022-09-12 05:59:12 -04:00
2025-11-10 22:50:22 -05:00
{{ > "contact-badge" }}
2022-11-10 23:02:51 -05:00
{{ ghost_foot }}
2022-09-12 05:59:12 -04:00
</body>
2022-09-19 05:04:07 -04:00
</html>