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/_layouts/example.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/_layouts/example.html (limited to 'docs/_layouts/example.html') diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html new file mode 100644 index 000000000..481440124 --- /dev/null +++ b/docs/_layouts/example.html @@ -0,0 +1,17 @@ + + + + + {% include header.html %} + + + + + + {{ content }} + + + {% include footer.html %} + + + \ No newline at end of file -- cgit v1.2.3 From 41ef649aa31745537674908d2f4d4f161f4867a5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 23:07:36 -0800 Subject: no need for scrollspy in example template --- docs/_layouts/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_layouts/example.html') diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html index 481440124..38510f13a 100644 --- a/docs/_layouts/example.html +++ b/docs/_layouts/example.html @@ -5,7 +5,7 @@ {% include header.html %} - + {{ content }} -- cgit v1.2.3