Bust cache like it's 1999

master
Nick Sergeant 2019-01-31 11:43:46 -05:00
parent 5f0b54a894
commit 1102cdfcac
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ header.main div.inner div.shadey {
background: transparent url("../img/header-inner-bg.png") top left no-repeat; background: transparent url("../img/header-inner-bg.png") top left no-repeat;
height: 65px; height: 65px;
left: -157px; left: -157px;
pointer-events: none;
position: absolute; position: absolute;
top: 0; top: 0;
width: 432px; width: 432px;

View File

@ -43,7 +43,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %} {% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?130" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?131" />
{% endif %} {% endif %}
{% if has_snipts and not detail %} {% if has_snipts and not detail %}