diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:58:40 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:58:40 +0100 |
| commit | 18ac0f78a266d374e5b9051689291c79200b6090 (patch) | |
| tree | ff5739f70a1da3bee3149594c277c2a76f96bad0 /bin/webring.rb | |
| parent | 1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (diff) | |
| download | mitjafelicijan.com-18ac0f78a266d374e5b9051689291c79200b6090.tar.gz | |
Less chars in summary for webring and added Jekyll exclude
Diffstat (limited to 'bin/webring.rb')
| -rw-r--r-- | bin/webring.rb | 2 |
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" | |||
| 3 | require "open-uri" | 3 | require "open-uri" |
| 4 | require "simple-rss" | 4 | require "simple-rss" |
| 5 | 5 | ||
| 6 | summary_max_length = 360 | 6 | summary_max_length = 320 |
| 7 | 7 | ||
| 8 | feeds = [ | 8 | feeds = [ |
| 9 | "https://landley.net/rss.xml", | 9 | "https://landley.net/rss.xml", |
