소스 검색

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

Fix #67
Talha Mansoor 11 년 전
부모
커밋
258d9271a2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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' %}