ソースを参照

Do not include font awesome conditionally because it is needed for quote symbol

Close #41
Talha Mansoor 11 年 前
コミット
22d7fe6e8d
共有2 個のファイルを変更した0 個の追加4 個の削除を含む
  1. 0 2
      RELEASE_NOTES.md
  2. 0 2
      templates/base.html

+ 0 - 2
RELEASE_NOTES.md

@@ -37,8 +37,6 @@ Following improvements reduce the number of HTTP requests
 * Four CSS style sheets have been merged into to one
 * Elegant uses minified CSS style sheet
 * Favicon is disabled by default. Set `USE_FAVICON` to true to enable it
-* [Font Awesome](http://fortawesome.github.io/) is included only if `SOCIAL`
-  tuple is set
 
 Behaviour
 ---------

+ 0 - 2
templates/base.html

@@ -23,9 +23,7 @@
         <title>{% block title %}{{ SITENAME|striptags }}{% endblock title %}</title>
         {% block head_links %}
         <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
-        {% if SOCIAL %}
         <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
-        {% endif %}
         <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">