Add Stork support
This commit is contained in:
parent
ce25ef91c6
commit
65853fccd2
7 changed files with 130 additions and 8 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue