[geany/www.geany.org] 5f8462: Do not compress additional stylesheets

Enrico Tröger git-noreply at xxxxx
Sat Jun 1 10:54:10 UTC 2019


Branch:      refs/heads/color-fun
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 01 Jun 2019 10:54:10 UTC
Commit:      5f8462f59b266f04b85845204335053269275ee1
             https://github.com/geany/www.geany.org/commit/5f8462f59b266f04b85845204335053269275ee1

Log Message:
-----------
Do not compress additional stylesheets

Django-compressor would remove the alternate stylesheets.


Modified Paths:
--------------
    geany/templates/skel.html

Modified: geany/templates/skel.html
13 lines changed, 6 insertions(+), 7 deletions(-)
===================================================================
@@ -17,12 +17,6 @@
 <link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
 <link rel="stylesheet" href="{% static "css/main.css" %}">
 <link rel="stylesheet" type="text/css" href="{% static "css/pygments.css" %}">
-
-<link rel="stylesheet"              href="{% static "css/geany-theme-blue-default.css" %}" title="default" id="stylesheet">
-<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-b4n.css" %}" title="yellow-b4n">
-<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-eht16.css" %}" title="yellow-eht16">
-<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-gmail.css" %}" title="yellow-gmail">
-
 {% block extra_css %}{% endblock %}
 {% endcompress %}
 
@@ -38,7 +32,12 @@
 {% block extra_js %}{% endblock %}
 {% endcompress %}
 
-{% block extra_head %}{% endblock %}
+{% block extra_head %}
+<link rel="stylesheet"              href="{% static "css/geany-theme-blue-default.css" %}" title="default" id="stylesheet">
+<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-b4n.css" %}" title="yellow-b4n">
+<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-eht16.css" %}" title="yellow-eht16">
+<link rel="alternate stylesheet"    href="{% static "css/geany-theme-yellow-gmail.css" %}" title="yellow-gmail">
+{% endblock %}
 
 </head>
 <body id="{% block body_id %}body{% endblock %}">



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list