Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 15, 2012
1 parent 039ae55 commit 929eb09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ckan/config/middleware.py
Expand Up @@ -109,7 +109,6 @@ def make_app(global_conf, full_stack=True, static_files=True, **app_conf):
# Serve static files
static_max_age = None if not asbool(config.get('ckan.cache_enabled')) \
else int(config.get('ckan.static_max_age', 3600))
print static_max_age

static_app = StaticURLParser(config['pylons.paths']['static_files'],
cache_max_age=static_max_age)
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/layout_base.html
Expand Up @@ -27,7 +27,7 @@
<link rel="alternate" type="application/atom+xml" title="${g.site_title} - Recent Revision History" href="${h.url_for(controller='revision', action='list', format='atom', days=1)}" />
</py:otherwise>
</py:choose>
<!--link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css' /-->
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css' />

<link rel="stylesheet" href="${h.url_for_static('/scripts/vendor/jqueryui/1.8.14/css/jquery-ui.custom.css')}" type="text/css" media="screen, print" />
<link rel="stylesheet" href="${h.url_for_static('/css/boilerplate.css?v=2')}" />
Expand Down

0 comments on commit 929eb09

Please sign in to comment.