diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..93a8100 --- /dev/null +++ b/content/about.md @@ -0,0 +1,4 @@ +--- +title: about +--- +example about content diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e69de29..de32e71 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -0,0 +1,14 @@ +{{ partial "page_start.html" . }} +
+
+
+

Generic

+

A generic page for every non-generic situation.

+
+
+ + {{ .Content }} +
+
+
+{{ partial "page_end.html" . }}