Fixed stuff
This commit is contained in:
parent
9dc820322c
commit
4f465c1cf9
@ -8,13 +8,13 @@
|
||||
<email>baruchel@sdf.org</email>
|
||||
</author>
|
||||
<rights>CC BY-SA 4.0</rights>
|
||||
<updated>2022-11-05T14:53:19.131349Z</updated>
|
||||
<updated>2022-11-05T14:56:18.520495Z</updated>
|
||||
<link href="https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst" />
|
||||
<link href="https://git.sdf.org/baruchel/feeds/raw/branch/master/atom/blog.xml" rel="self" />
|
||||
<generator uri="https://git.sdf.org/baruchel/feeds/src/branch/master/rst2atom.py">rst2atom</generator>
|
||||
|
||||
<entry>
|
||||
<id>https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst#initial-entry</id>
|
||||
<id>https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst#initial-entry_(2022-11-05T00:00:00Z)</id>
|
||||
<title>Initial entry</title>
|
||||
<updated>2022-11-05T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
|
@ -86,7 +86,8 @@ def build_entry(d, base_url):
|
||||
</content>
|
||||
</entry>
|
||||
""" % (
|
||||
base_url + "#" + mytitle.lower().replace(" ", "-"),
|
||||
base_url + "#" + mytitle.lower().replace(" ", "-")
|
||||
+ "_(" + mydate + ")",
|
||||
mytitle, mydate, d
|
||||
))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user