diff --git a/content/about/about.md b/content/about/about.md index 91b79e3e..4c5d2293 100644 --- a/content/about/about.md +++ b/content/about/about.md @@ -4,3 +4,10 @@ description = "about this site" date = "2015-09-01" hosts = ["mstratton", "thess", "bridget"] +++ + +
+ +## Special Thanks + +### Joe Laha +joe is the editor and makes us sound good. You can find Joe on Twitter at [@joelaha](https://twitter.com/joelaha) or also if you want hire him to do things for you, his website is [JoeLahaIsCool.com](http://www.google.com). diff --git a/layouts/about/single.html b/layouts/about/single.html new file mode 100644 index 00000000..cf4014c5 --- /dev/null +++ b/layouts/about/single.html @@ -0,0 +1,31 @@ +{{ define "main" }} + +
+
+

About {{ .Site.Title }}

+
+
+
+
+ {{ if isset $.Site.Params "about_logo" }} + + {{ else }} + + {{ end }} +
+
+ {{ .Site.Params.description | markdownify }} +
+
+ + {{ partial "hosts.html" . }} + +
+
+ {{ .Content}} +
+
+ + + +{{ end }}