diff --git a/files/assets/fistmas/js/snow.js b/files/assets/fistmas/js/vendor/snow.js similarity index 100% rename from files/assets/fistmas/js/snow.js rename to files/assets/fistmas/js/vendor/snow.js diff --git a/files/helpers/assetcache.py b/files/helpers/assetcache.py index b71ba5953..19a2ed804 100644 --- a/files/helpers/assetcache.py +++ b/files/helpers/assetcache.py @@ -13,7 +13,7 @@ ASSET_URL = '/assets/' ASSET_CACHE = defaultdict(lambda: None) if IS_FISTMAS(): - ASSET_SUBDIRS.extend(['/fistmas/css', '/fistmas/css/themes', '/fistmas/js']) + ASSET_SUBDIRS.extend(['/fistmas/css', '/fistmas/css/themes', '/fistmas/js', '/fistmas/js/vendor']) def assetcache_build(asset_dir, subdirs): for subdir in subdirs: diff --git a/files/templates/fistmas/awards.html b/files/templates/fistmas/awards.html index b4d9a076d..886e03367 100644 --- a/files/templates/fistmas/awards.html +++ b/files/templates/fistmas/awards.html @@ -8,7 +8,7 @@ {# idk why snow isn't working vvvvvvvvvv #} {% if p.award_count("snow", v) %} - + {% endif %} {% if p.award_count("frostbite", v) %} diff --git a/files/templates/fistmas/banner.html b/files/templates/fistmas/banner.html index b81422b6a..90e295cd2 100644 --- a/files/templates/fistmas/banner.html +++ b/files/templates/fistmas/banner.html @@ -1,5 +1,5 @@ {% if request.path == '/' %} - + {% endif %}