diff --git a/layouts/index.html b/layouts/index.html index e69de29..37a733f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -0,0 +1,94 @@ + + + + {{ partial "head.html" . }} + + + +
+
+ +
+
+
+ + +
+ + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..1881bfc --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,12 @@ + + + + + + +{{ .Site.Title }} + + + +{{ "" | safeHTML }} +