From 90eeff83f8acf56a356e5a78f8603803bedc0e59 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Nov 2025 16:20:00 +0200 Subject: Update content for gemtext --- gemfeed/2025-11-02-perl-new-features-and-foostats.gmi | 2 -- gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl | 2 -- gemfeed/atom.xml | 4 +--- 3 files changed, 1 insertion(+), 7 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi b/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi index ab695dcc..97f40137 100644 --- a/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi +++ b/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi @@ -188,8 +188,6 @@ package bar; sub hello { print "Hello from package bar\n"; } - -1 ``` But now it is also possible to do this: diff --git a/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl b/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl index 9852c6b6..17afe444 100644 --- a/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl +++ b/gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl @@ -163,8 +163,6 @@ package bar; sub hello { print "Hello from package bar\n"; } - -1 ``` But now it is also possible to do this: diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index bef92a02..067710db 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-11-01T16:12:30+02:00 + 2025-11-01T16:18:57+02:00 foo.zone feed To be in the .zone! @@ -218,8 +218,6 @@ http://www.gnu.org/software/src-highlite --> sub hello { print "Hello from package bar\n"; } - -1
But now it is also possible to do this:
-- cgit v1.2.3