diff options
| author | historia <[not public]> | 2026-07-02 16:43:51 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-02 16:43:51 -0400 |
| commit | 990f92017d4cabf8e28df0f615db8dac449edded (patch) | |
| tree | e05b282832e65d786dcb2834b6706288d6bde98c /demo/dst/rss.xml | |
| parent | fec892047e4c0b810981fa8f20223e0b1c4f72b4 (diff) | |
| download | ssg-blog-990f92017d4cabf8e28df0f615db8dac449edded.tar.gz | |
feat: rss title/description populated from args
Diffstat (limited to 'demo/dst/rss.xml')
| -rw-r--r-- | demo/dst/rss.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/dst/rss.xml b/demo/dst/rss.xml index 34d2e0a..b52750f 100644 --- a/demo/dst/rss.xml +++ b/demo/dst/rss.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> -<title>Blog</title> +<title>https://example.org</title> <link>https://example.org/</link> -<description>Blog</description> +<description>https://example.org</description> <atom:link href="https://example.org/rss.xml" rel="self" type="application/rss+xml"/> <item> <title>This is a very interesting article about stamps</title> |
