summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-11-02-perl-new-features-and-foostats.gmi2
-rw-r--r--gemfeed/2025-11-02-perl-new-features-and-foostats.gmi.tpl2
-rw-r--r--gemfeed/atom.xml4
3 files changed, 1 insertions, 7 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2025-11-01T16:12:30+02:00</updated>
+ <updated>2025-11-01T16:18:57+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -218,8 +218,6 @@ http://www.gnu.org/software/src-highlite -->
<b><u><font color="#000000">sub</font></u></b> hello {
<b><u><font color="#000000">print</font></u></b> <font color="#808080">"Hello from package bar\n"</font>;
}
-
-<font color="#000000">1</font>
</pre>
<br />
<span>But now it is also possible to do this:</span><br />