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/masthead.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/_includes/masthead.html (limited to 'docs/_includes/masthead.html') 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 -- cgit v1.2.3