From 72b1513042622a0e4556f1c78fde5a3f1efb6139 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Nov 2023 00:51:53 +0100 Subject: Fixed webring website links --- _includes/webring.html | 41 ++++++++++------------------------------- bin/webring.rb | 5 +---- 2 files changed, 11 insertions(+), 35 deletions(-) diff --git a/_includes/webring.html b/_includes/webring.html index 204bcbb..6ee3368 100644 --- a/_includes/webring.html +++ b/_includes/webring.html @@ -1,63 +1,42 @@

Posts from blogs I follow around the net

diff --git a/bin/webring.rb b/bin/webring.rb index 6a502e2..f556bb0 100644 --- a/bin/webring.rb +++ b/bin/webring.rb @@ -52,9 +52,7 @@ feeds.each do |feed_url| template = ERB.new <<-EOF
  • - <%= title %> - — - <%= author %> +
    <%= title %> — <%= author %>
    <%= summary %>
  • EOF @@ -63,7 +61,6 @@ feeds.each do |feed_url| out_html.concat(partial) puts "Feed: #{author}" - puts "Website: #{website}" puts "Title: #{title}" puts "Link: #{link}" puts "Summary: #{summary}" -- cgit v1.2.3