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 From 1a6dbc371e0ff445ba3fd613d073825715525b6c Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Tue, 23 Apr 2013 17:40:41 +1000 Subject: 'docs' folder .editorconfig code guide updates --- 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 38510f13a..617fc8ab2 100644 --- a/docs/_layouts/example.html +++ b/docs/_layouts/example.html @@ -14,4 +14,4 @@ {% include footer.html %} - \ No newline at end of file + -- cgit v1.2.3