From 2a74b049873b4ff3edd05eba3c875eab84138792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Rusiczki?= Date: Tue, 3 Oct 2023 13:02:43 +0300 Subject: [PATCH] Testing continues... --- _plugins/year_utilities.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_plugins/year_utilities.rb b/_plugins/year_utilities.rb index 9a7bce26..1d7bfac0 100644 --- a/_plugins/year_utilities.rb +++ b/_plugins/year_utilities.rb @@ -26,7 +26,8 @@ def render(context) }.uniq if @text.start_with? "year_links" - years.map { |year| "#{year}" }.join(', ') + puts "Processing year_links..." + the_result = years.map { |year| "#{year}" }.join(', ') end puts the_result