Explorar el Código

Remove variable for custom CSS. If user needs speed then he should use assets plugin

Fix #67
Talha Mansoor hace 11 años
padre
commit
258d9271a2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      templates/base.html

+ 0 - 2
templates/base.html

@@ -31,9 +31,7 @@
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/pygments.css" media="screen">
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/tipuesearch/tipuesearch.css" media="screen">
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/elegant.css" media="screen">
-            {%if CUSTOM_CSS %}
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/custom.css" media="screen">
-            {% endif %}
         {% endif %}
         {% endblock head_links %}
         {% include '_includes/favicon_links.html' %}