update rss metadata
This commit is contained in:
parent
fb7430f63f
commit
3f111a8a80
|
@ -22,9 +22,9 @@ posts = sys.argv[1:]
|
||||||
header = """<?xml version="1.0" encoding="utf-8" ?>
|
header = """<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Just Testing</title>
|
<title>ktyl.dev</title>
|
||||||
<link>https://ktyl.dev/blog/index.html</link>
|
<link>https://ktyl.dev/blog/index.html</link>
|
||||||
<description>Vaguely technical "blogging" from Cat</description>
|
<description>mostly computer stuff!</description>
|
||||||
<atom:link href="https://ktyl.dev/blog/index.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://ktyl.dev/blog/index.xml" rel="self" type="application/rss+xml"/>
|
||||||
"""
|
"""
|
||||||
footer = "</channel></rss>"
|
footer = "</channel></rss>"
|
||||||
|
|
Loading…
Reference in New Issue