update rss metadata

This commit is contained in:
ktyl 2022-06-03 21:56:43 +01:00
parent c23098e982
commit fc95d54791
1 changed files with 2 additions and 2 deletions

View File

@ -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>"