diff docs/templates/default.html @ 511:1c452b7ab8b1

docs: Make code prettier :)
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 09:53:09 -0700
parents 61d53d2163d6
children 94d7d5e38571
line wrap: on
line diff
--- a/docs/templates/default.html	Sun Jul 26 09:52:50 2015 -0700
+++ b/docs/templates/default.html	Sun Jul 26 09:53:09 2015 -0700
@@ -11,6 +11,7 @@
     <title>{% if page.title %}{{ page.title }} &mdash; {% endif %}PieCrust</title>
     {{ google.webfonts('Lobster') }}
     <link rel="stylesheet" href="{{ site.root }}css/piecrust.css" type="text/css" />
+    <link rel="stylesheet" href="{{ site.root }}css/pygments.css" type="text/css" />
     <!--[if lt IE 9]>
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
     <![endif]-->