From f5285561bb43f3bd1195f429c493d038da928161 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Thu, 5 Jun 2025 08:20:40 -0400 Subject: [PATCH] Update copyright year --- views/base_layout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/base_layout.rb b/views/base_layout.rb index 34f7c33..ff3bb2d 100644 --- a/views/base_layout.rb +++ b/views/base_layout.rb @@ -33,7 +33,7 @@ module BC yield footer do p do - plain "© 2024 " + plain "© 2024-2025 " a(href: "https://farthergate.com") { "Aleks Rūtiņš" } end