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