aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-02 00:58:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-02 00:58:40 +0100
commit18ac0f78a266d374e5b9051689291c79200b6090 (patch)
treeff5739f70a1da3bee3149594c277c2a76f96bad0 /bin
parent1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (diff)
downloadmitjafelicijan.com-18ac0f78a266d374e5b9051689291c79200b6090.tar.gz
Less chars in summary for webring and added Jekyll exclude
Diffstat (limited to 'bin')
-rw-r--r--bin/webring.rb2
1 files changed, 1 insertions, 1 deletions
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"
3require "open-uri" 3require "open-uri"
4require "simple-rss" 4require "simple-rss"
5 5
6summary_max_length = 360 6summary_max_length = 320
7 7
8feeds = [ 8feeds = [
9 "https://landley.net/rss.xml", 9 "https://landley.net/rss.xml",