diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-27 02:14:36 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-27 02:14:36 -0600 |
commit | 903211371ec1ea6354f3aff0ccb09baf3ed6d33a (patch) | |
tree | 9658cd4f9b15ef8852add3bb818fedd2d9e6516d /pyssg.xyz/live | |
parent | 6ec12d94c1b25883e3588afcadd686d3dc157675 (diff) |
remove unnecessary variables for page objectv0.8.2
removed some of the unnecessary variables for dates on the page object, as well as from the mandatory config
Diffstat (limited to 'pyssg.xyz/live')
-rw-r--r-- | pyssg.xyz/live/blog/rss.xml | 2 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/index.html | 2 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/rss.xml | 4 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/sitemap.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/pyssg.xyz/live/blog/rss.xml b/pyssg.xyz/live/blog/rss.xml index 20b4c4e..bb30671 100644 --- a/pyssg.xyz/live/blog/rss.xml +++ b/pyssg.xyz/live/blog/rss.xml @@ -14,7 +14,7 @@ <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> <pubDate></pubDate> <lastBuildDate></lastBuildDate> - <generator>pyssg v0.8.0</generator> + <generator>pyssg v0.8.1</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> <image> diff --git a/pyssg.xyz/live/pyssg.xyz/index.html b/pyssg.xyz/live/pyssg.xyz/index.html index 4c8d4d7..5a291a8 100644 --- a/pyssg.xyz/live/pyssg.xyz/index.html +++ b/pyssg.xyz/live/pyssg.xyz/index.html @@ -60,7 +60,7 @@ <p>Welcome to the official pyssg website. This is as of now serving as a testing ground when I’m making changes to it.</p> <h2 id="blog">Blog</h2> -<p>You can find the blog (actually just a mock) <a href="https://blog.luevano.xyz">here</a>.</p> +<p>You can find the blog (actually just a mock) <a href="https://blog.pyssg.xyz">here</a>.</p> <p>Get the RSS feed: <a href="https://pyssg.xyz/rss.xml">https://pyssg.xyz/rss.xml</a></p> </main> diff --git a/pyssg.xyz/live/pyssg.xyz/rss.xml b/pyssg.xyz/live/pyssg.xyz/rss.xml index b1269cf..b039e25 100644 --- a/pyssg.xyz/live/pyssg.xyz/rss.xml +++ b/pyssg.xyz/live/pyssg.xyz/rss.xml @@ -14,7 +14,7 @@ <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> <pubDate></pubDate> <lastBuildDate></lastBuildDate> - <generator>pyssg v0.8.0</generator> + <generator>pyssg v0.8.1</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> <image> @@ -38,7 +38,7 @@ <description></description> <content:encoded><![CDATA[<p>Welcome to the official pyssg website. This is as of now serving as a testing ground when I’m making changes to it.</p> <h2 id="blog">Blog</h2> -<p>You can find the blog (actually just a mock) <a href="https://blog.luevano.xyz">here</a>.</p> +<p>You can find the blog (actually just a mock) <a href="https://blog.pyssg.xyz">here</a>.</p> <p>Get the RSS feed: <a href="https://pyssg.xyz/rss.xml">https://pyssg.xyz/rss.xml</a></p>]]></content:encoded> </item> </channel> diff --git a/pyssg.xyz/live/pyssg.xyz/sitemap.xml b/pyssg.xyz/live/pyssg.xyz/sitemap.xml index bbf8a85..8d5df21 100644 --- a/pyssg.xyz/live/pyssg.xyz/sitemap.xml +++ b/pyssg.xyz/live/pyssg.xyz/sitemap.xml @@ -10,7 +10,7 @@ </url> <url> <loc>https://pyssg.xyz/index.html</loc> - <lastmod>2022-12-15</lastmod> + <lastmod>2022-12-27</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> |