diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 00000000..64abebb1 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,12 @@ + + + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 00000000..59203479 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,25 @@ + + + + + + + + {{ with .Site.Params.author }}{{ end }} + {{ with .Site.Params.description }}{{ end }} + + + {{ .Title }}{{ if not .IsHome }} · {{ .Site.Title }}{{end}} + + + + + {{ if .RSSlink }} + + + {{ end }} + + + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 00000000..4e558001 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,15 @@ + + + +{{ partial "head.html" . }} + +
+ +
+

+ {{ .Site.Title }} + {{ replace .Site.Params.subtitle " " " " | safeHTML }} +

+
+ +