diff --git a/layouts/about/single.html b/layouts/about/single.html new file mode 100644 index 0000000..891dbad --- /dev/null +++ b/layouts/about/single.html @@ -0,0 +1,17 @@ + + + + {{ partial "head.html" . }} + + + {{ partial "nav.html" . }} + {{ partial "profile.html" . }} + +
+ {{ .Content }} + {{ partial "footer.html" . }} +
+ + {{ partial "js.html" . }} + +