diff options
| author | Christine Dodrill <me@christine.website> | 2020-12-31 12:10:37 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-12-31 12:10:37 -0500 |
| commit | 43057536ad09252121779461021406a0833cdcde (patch) | |
| tree | 6d634aaf60243913ba4c4ef5f78393468679d400 /templates/header.rs.html | |
| parent | 2389af7ee595158f31ed93926615aa11652f0b8b (diff) | |
| download | xesite-43057536ad09252121779461021406a0833cdcde.tar.xz xesite-43057536ad09252121779461021406a0833cdcde.zip | |
blog: Kubernetes pondering post
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'templates/header.rs.html')
| -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 ca49a36..a1e2d4d 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -15,7 +15,7 @@ <link rel="stylesheet" href="/css/gruvbox-dark.css" /> <link rel="stylesheet" href="/css/shim.css" /> <link rel="stylesheet" href="https://cdn.christine.website/file/christine-static/prism/prism.css" /> - @if Utc::now().month() == 12 { <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" /> } <link rel="manifest" href="/static/manifest.json" /> <link rel="alternate" title="Christine Dodrill's Blog" type="application/rss+xml" href="https://christine.website/blog.rss" /> |
