From e0ab5eb3d2c022644ae40b9bc15ec8d3dcbf1cf5 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Thu, 9 Jan 2025 17:59:09 +1030 Subject: [PATCH] Valentine message --- app/assets/stylesheets/application.css | 6 ++++++ app/views/pubview/index.html.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3b75d9a..87f41ac 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -878,3 +878,9 @@ ul .post-item a:visited { .foot_separator { margin-top: -1.5em; } + +#valentine { + color: var(--accent-b); + font-weight: 200; + margin-left: 10px; +} diff --git a/app/views/pubview/index.html.erb b/app/views/pubview/index.html.erb index 9e02b68..2a9b2f2 100644 --- a/app/views/pubview/index.html.erb +++ b/app/views/pubview/index.html.erb @@ -2,7 +2,7 @@ <%= link_to root_path do %> <%= image_tag "icon-512.png", class: "logo", alt: "mind reader logo" %> <% end %> -

mind reader

+

mind reader <% if [Time.current.strftime("%-d/%-m")] & ["9/1", "8/2", "14/2"] %>acb❦pab<% end %>

An anti-capitalist blog of dispatches and links from Aidan Cornelius-Bell

-- 2.39.5