From 18ac0f78a266d374e5b9051689291c79200b6090 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 2 Nov 2023 00:58:40 +0100 Subject: Less chars in summary for webring and added Jekyll exclude --- bin/webring.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/webring.rb') diff --git a/bin/webring.rb b/bin/webring.rb index 86737be..29b0128 100644 --- a/bin/webring.rb +++ b/bin/webring.rb @@ -3,7 +3,7 @@ require "htmlentities" require "open-uri" require "simple-rss" -summary_max_length = 360 +summary_max_length = 320 feeds = [ "https://landley.net/rss.xml", -- cgit v1.2.3