Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
437 B

2 years ago
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
2 years ago
<div class="content">
{{ if .Site.Params.Stork }}
<div class="stork-search">
<input data-stork="home" placeholder="🔎 Search {{ .Site.Title }}...">
</div>
<div data-stork="home-output"></div>
<br>
{{ end }}
2 years ago
<div class="page">
2 years ago
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
2 years ago
</div>
2 years ago
</body>
</html>