diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..d7a429f --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,16 @@ + + +{{ partial "head.html" . }} + +
+ {{ partialCached "preloader.html" . }} + {{ .Scratch.Set "bg" "bg-light-gray" }} + {{ partial "header.html" . }} + {{ if not .IsHome }} + {{ partial "page-header.html" . }} + {{ end }} + {{ block "main" . }}{{ end }} + {{ partialCached "footer.html" . }} + + + \ No newline at end of file diff --git a/layouts/_default/changelog.html b/layouts/_default/changelog.html new file mode 100644 index 0000000..01a1ea8 --- /dev/null +++ b/layouts/_default/changelog.html @@ -0,0 +1,25 @@ +{{ define "main" }} + +{{ .Summary }}
+{{ . | markdownify }}
{{end}} +{{ .content | markdownify}}
+ +