diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 00:11:16 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 00:11:16 -0600 |
commit | db4b3736d4f45137a733ce5eb1e50aec968ca1d2 (patch) | |
tree | a68b12886c8fbf9952c19a4f3cc7f819a6913bfe /pyssg.xyz/plt/rss.xml | |
parent | ca643e729e585d4077c0e84de97a020d04bf551a (diff) |
update pyssg.xyz site files
Diffstat (limited to 'pyssg.xyz/plt/rss.xml')
-rw-r--r-- | pyssg.xyz/plt/rss.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyssg.xyz/plt/rss.xml b/pyssg.xyz/plt/rss.xml index 6a3eb00..cc6c8fd 100644 --- a/pyssg.xyz/plt/rss.xml +++ b/pyssg.xyz/plt/rss.xml @@ -6,19 +6,19 @@ <title>{{config['title']}}</title> <link>{{config['url']['main']}}</link> <atom:link href="{{config['url']['main']}}/rss.xml" rel="self" type="application/rss+xml"/> - <description>Short site description.</description> + <description>{{config['description']}}</description> <language>en-us</language> <category>Blog</category> - <copyright>Copyright 2021 Somebody</copyright> - <managingEditor>some@one.com (Sombody)</managingEditor> - <webMaster>some@one.com (Sombody)</webMaster> + <copyright>Copyright 2023 {{config['author']}}</copyright> + <managingEditor>{{config['author_email']}} ({{config['author']}})</managingEditor> + <webMaster>{{config['author_email']}} ({{config['author']}})</webMaster> <pubDate>{{config['info']['rss_run_date']}}</pubDate> <lastBuildDate>{{config['info']['rss_run_date']}}</lastBuildDate> <generator>pyssg v{{config['info']['version']}}</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> <image> - <url>{{config['url']['static']}}/images/blog.png</url> + <url>{{config['url']['static']}}/{{config['url']['default_image']}}</url> <title>{{config['title']}}</title> <link>{{config['url']['main']}}</link> </image> |