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