PCM: swap banner; fix asset_siteimg logic.

remotes/1693045480750635534/spooky-22
Snakes 2022-07-04 18:40:04 -04:00
parent 425e6860ac
commit fa850ba69a
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ set CACHE_VER = {
set CACHE_VER_SITEIMG = {
'rDrama': 2000,
'FunOnly': 2000,
'PCM': 2000,
'PCM': 2001,
'Cringetopia': 2000,
'WPD': 2000,
'LGBDropTheT': 2010,
@ -47,5 +47,5 @@ set CACHE_VER_SITEIMG = {
{%- endmacro -%}
{%- macro asset_siteimg(name) -%}
/i/{{SITE_NAME}}/{{name}}?v={{ CACHE_VER_SITEIMG[name] }}
/i/{{SITE_NAME}}/{{name}}?v={{ CACHE_VER_SITEIMG[SITE_NAME] }}
{%- endmacro -%}