From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- _layouts/simple.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _layouts/simple.html (limited to '_layouts/simple.html') diff --git a/_layouts/simple.html b/_layouts/simple.html new file mode 100644 index 000000000..bb35ec792 --- /dev/null +++ b/_layouts/simple.html @@ -0,0 +1,17 @@ +--- +layout: default +--- + +
+
+

{{ page.title }}

+

+ Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. +

+ {% include ads.html %} +
+
+ +
+ {{ content }} +
-- cgit v1.2.3