From be3f8d9bcce6818d7f9430fa94f1d6869c62d00a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 00:57:35 -0700 Subject: simple layout for examples --- docs/_layouts/simple.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/_layouts/simple.html (limited to 'docs/_layouts/simple.html') diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html new file mode 100644 index 000000000..27fd78813 --- /dev/null +++ b/docs/_layouts/simple.html @@ -0,0 +1,9 @@ +--- +layout: default +--- + +
+ {% include ads.html %} +

{{ page.title }}

+ {{ content }} +
-- cgit v1.2.3