From 4993ab6e0038f73aed82ecfdcb58d51b8d6be917 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 17:54:06 -0700 Subject: start markdowning getting started and moving things to separate pages --- docs/_layouts/default.html | 14 +++++++++++++- docs/_layouts/page.html | 5 +++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/_layouts/page.html (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 7ccab5e33..da91a9145 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -9,6 +9,18 @@ {% include nav/docs.html %} +
+
+ {% if page.url contains "getting-started" %} +

Getting started

+

Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.

+ {% endif %} + + {% include ads.html %} +
+
+ +
{{ content }}
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html new file mode 100644 index 000000000..5e7112684 --- /dev/null +++ b/docs/_layouts/page.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + +{{ content }} -- cgit v1.2.3