Added site.css and started work on the commit-related navigation.
[catagits/Gitalist.git] / templates / blob.tt2
index a4ff6c0..b860c91 100644 (file)
@@ -1,5 +1,7 @@
+[% INCLUDE 'commit-nav.tt2' %]
+<link rel="stylesheet" type="text/css" href="/static/css/syntax-dark.css"/>
 <div>
-<pre>
+<pre class='blob'>
 [% blob %]
 </pre>
 </div>