]> gitweb.fluxo.info Git - bookup.git/commitdiff
Fix: minor corrections in the ChangeLog generation (1)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:46:27 +0000 (22:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:46:27 +0000 (22:46 -0300)
templates/atom.xml
templates/rss.xml

index c521bd976d05b1ac8ab2fea7c934c2effebae07f..a44ce7034824724943081751938e436d4c59b60d 100644 (file)
@@ -6,7 +6,7 @@
   </author>
   <title>$title$</title>
   <id>$url$/</id>
-  <link rel="self" href="//$url$/atom.xml" />
+  <link rel="self" href="$url$/atom.xml" />
   <updated>$updated$</updated>
 
   $for(versions)$
index 9c33d879d5b6f7f6fa6c2f6c4735857082d58784..ad949f9fe9321d94b1cd936cd5150cbcc907b596 100644 (file)
@@ -4,7 +4,7 @@
  <title>$title$</title>
  <description>$subtitle$</description>
  <link>$url$/</link>
- <atom:link href="//$url$/rss.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="$url$/rss.xml" rel="self" type="application/rss+xml" />
  <lastBuildDate>$updated$</lastBuildDate>
  <ttl>1440</ttl>