Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hyde: add bundles support
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 26, 2017
1 parent 1f9c03f commit 78c3c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions v7/hyde/bundles
@@ -0,0 +1 @@
assets/css/all.css=rst.css,poole.css,hyde.css,code.css,custom.css
6 changes: 1 addition & 5 deletions v7/hyde/templates/base_helper.tmpl
Expand Up @@ -72,11 +72,7 @@ lang="{{ lang }}">

{% macro html_stylesheets() %}
{% if use_bundles %}
{% if use_cdn %}
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
{% else %}
<link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
{% endif %}
<link href="/assets/css/all.css" rel="stylesheet" type="text/css">
{% else %}
<link href="/assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="/assets/css/poole.css" rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 78c3c40

Please sign in to comment.