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 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/_layouts/default.html') 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 }}
-- cgit v1.2.3