diff docs/templates/section-page.html @ 510:66f8bbe8de91

docs: Always use Pygments styles. Use the new CSS generation processor.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 09:52:50 -0700
parents 61d53d2163d6
children fd95fef51705
line wrap: on
line diff
--- a/docs/templates/section-page.html	Sun Jul 26 09:47:33 2015 -0700
+++ b/docs/templates/section-page.html	Sun Jul 26 09:52:50 2015 -0700
@@ -1,13 +1,5 @@
 {% extends "default.html" %}
 
-{% block head %}
-{% if page.needs_pygments %}
-    <style type="text/css">
-    {{highlight_css()}}
-    </style>
-{% endif %}
-{% endblock %}
-
 {% block content %}
 <div class="container">
     <section class="col-md-8">
@@ -19,4 +11,3 @@
 </div>
 {% endblock %}
 
-