+ {{ partial "content.html" . }}
+
+
+ {{ partial "share.html" . }}
+
+ {{ range $i, $e := sort .Site.Data.social.accounts "name" }}
+
+
+
+ {{ end }}
+
+
+
+ diff --git a/content/about.md b/content/about.md index f6af266..f323bf3 100644 --- a/content/about.md +++ b/content/about.md @@ -1,9 +1,8 @@ --- title: About +layout: about --- In the interest of privacy, there's very little personal information here. The information that is here is either not personal enough to bother protecting, or has been selectively chosen as nothing bad. - -{{% social_list %}} diff --git a/layouts/_default/about.html b/layouts/_default/about.html new file mode 100644 index 0000000..aeeb7c8 --- /dev/null +++ b/layouts/_default/about.html @@ -0,0 +1,28 @@ +{{ define "main" }} +