mycorrhiza/wiki/sys/theme/default-light/base.html/1.html

25 lines
819 B
HTML

<html>
<head>
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/:sys/theme/default-light/main.css?action=raw">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="header">
<!-- Site title is fetched from your config.json. Set your title in "site-title" field. You can add more things to the header here. -->
<h1 class="header__site-title">
<a href="/">{{ .SiteTitle }}</a>
</h1>
<button class="sidebar-controller" id="shroomburger">
</button>
</header>
<!-- <main> and <aside> are in .Content -->
{{ .Content }}
<footer>
<p>This website runs <a href='https://github.com/bouncepaw/mycorrhiza'>MycorrhizaWiki</a></p>
</footer>
<script src="/:sys/theme/default-light/main.js?action=raw"></script>
</body>
</html>