diff options
| author | Xe <me@christine.website> | 2021-12-01 11:57:19 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2021-12-01 11:57:19 -0500 |
| commit | 3937405b8598714b5072c241efc94361ec05cfbd (patch) | |
| tree | 0d722c684045ed55daa3ee3c6cd4180d8eb3ba4c /templates | |
| parent | 05f56ad3c376cbcdbb1e70dc812d35f9db338c4c (diff) | |
| download | xesite-3937405b8598714b5072c241efc94361ec05cfbd.tar.xz xesite-3937405b8598714b5072c241efc94361ec05cfbd.zip | |
give up again a second time
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.rs.html b/templates/header.rs.html index 6106988..d17e486 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -59,7 +59,7 @@ la budza pu cusku lu <link rel="stylesheet" href="/css/hack.css" /> <link rel="stylesheet" href="/css/gruvbox-dark.css" /> <link rel="stylesheet" href="/css/shim.css" /> - @if Utc::now().month() == 12 || Utc::now().month() == 1 || Utc::now().month() == 2 { <!--<link rel="stylesheet" href="/css/snow.css" />--> } + @if Utc::now().month() == 12 || Utc::now().month() == 1 || Utc::now().month() == 2 { <link rel="stylesheet" href="/css/snow.css?snowfix=20211201" /> } <link rel="manifest" href="/static/manifest.json" /> <link rel="alternate" title="Xe's Blog" type="application/rss+xml" href="https://christine.website/blog.rss" /> |
