Add Stork support

This commit is contained in:
Elnu 2022-07-17 17:03:23 -07:00
parent ce25ef91c6
commit 65853fccd2
7 changed files with 130 additions and 8 deletions

View file

@ -2,6 +2,10 @@
<html>
{{- partial "head.html" . -}}
<body>
{{ if .Site.Params.Stork }}
{{ partial "stork.html" . }}
<br>
{{ end }}
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}