From d709dba284180679accb6e164686249bdf243211 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 23:37:08 -0800 Subject: Start using some includes; test out some pygments highlighting --- docs/_includes/colophon.html | 35 +++++++++++++++++++++++++++++++++++ docs/_includes/footer.html | 39 +++++++++++++++++++++++++++++++++++++++ docs/_includes/header.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ docs/_includes/masthead.html | 8 ++++++++ docs/_includes/navbar.html | 37 +++++++++++++++++++++++++++++++++++++ 5 files changed, 163 insertions(+) create mode 100644 docs/_includes/colophon.html create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/header.html create mode 100644 docs/_includes/masthead.html create mode 100644 docs/_includes/navbar.html (limited to 'docs/_includes') diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html new file mode 100644 index 000000000..ae92db140 --- /dev/null +++ b/docs/_includes/colophon.html @@ -0,0 +1,35 @@ + + \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..c91c7d00e --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..ea590ca70 --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1,44 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html new file mode 100644 index 000000000..205b244fe --- /dev/null +++ b/docs/_includes/masthead.html @@ -0,0 +1,8 @@ +{% raw %} +
+
+

{{ page.title }}

+

{{ page.description }}

+
+
+{% endraw %} \ No newline at end of file diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html new file mode 100644 index 000000000..b9d5f0279 --- /dev/null +++ b/docs/_includes/navbar.html @@ -0,0 +1,37 @@ + + -- cgit v1.2.3