Clean up, switch to modern maddybook, netlify
This commit is contained in:
12
layouts/_default/baseof.html
Normal file
12
layouts/_default/baseof.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
7
layouts/_partials/header.html
Normal file
7
layouts/_partials/header.html
Normal file
@ -0,0 +1,7 @@
|
||||
<header>
|
||||
<button class="theme-toggle" title="Toggle light/dark theme"></button>
|
||||
<script src="/js/theme.js"></script>
|
||||
<h1><a href="/">Florilegium ¹</a></h1>
|
||||
<h2><a href="https://makyo.ink">¹ Madison Rye Progress</a></h2>
|
||||
{{ if .Params.subtitle }}<!--<h3>{{ .Params.subtitle }}</h3>-->{{ end }}
|
||||
</header>
|
||||
@ -1,5 +0,0 @@
|
||||
<header>
|
||||
<h1><a href="/">Florilegium ¹</a></h1>
|
||||
<h2><a href="https://makyo.ink">¹ Madison Rye Progress</a></h2>
|
||||
{{ if .Params.subtitle }}<!--<h3>{{ .Params.subtitle }}</h3>-->{{ end }}
|
||||
</header>
|
||||
Reference in New Issue
Block a user