diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-08 03:18:31 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-08 03:18:31 -0600 |
commit | 35ff363e779149b6364901a53dd1eefe89ca5ddb (patch) | |
tree | 579302f30c3796d7c32885c63f2e0e8de5813cb4 /pyssg.xyz/live | |
parent | 40d23848d816816b3db3e7296e8a28f964b53786 (diff) |
refactor code, small bug fixing and changes
Diffstat (limited to 'pyssg.xyz/live')
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/rss.xml | 9 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/sitemap.xml | 2 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/test.html | 9 |
3 files changed, 17 insertions, 3 deletions
diff --git a/pyssg.xyz/live/pyssg.xyz/rss.xml b/pyssg.xyz/live/pyssg.xyz/rss.xml index c6eac30..f55cc2f 100644 --- a/pyssg.xyz/live/pyssg.xyz/rss.xml +++ b/pyssg.xyz/live/pyssg.xyz/rss.xml @@ -36,7 +36,14 @@ <guid isPermaLink="true">https://pyssg.xyz/test.html</guid> <pubDate>Mon, 05 Dec 2022 08:05:10 GMT</pubDate> <description>Index page for pyssg.xyz.</description> - <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>]]></content:encoded> + <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p> +<ul> +<li>item 1</li> +<li>item 2</li> +</ul> +<h2 id="subheader-1">subheader 1</h2> +<p><strong>bold</strong></p> +<p><em>italic</em></p>]]></content:encoded> </item> </channel> </rss>
\ No newline at end of file diff --git a/pyssg.xyz/live/pyssg.xyz/sitemap.xml b/pyssg.xyz/live/pyssg.xyz/sitemap.xml index 63949aa..8bc5a06 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/test.html</loc> - <lastmod>2022-12-05</lastmod> + <lastmod>2022-12-08</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> diff --git a/pyssg.xyz/live/pyssg.xyz/test.html b/pyssg.xyz/live/pyssg.xyz/test.html index 0ce6abd..f847273 100644 --- a/pyssg.xyz/live/pyssg.xyz/test.html +++ b/pyssg.xyz/live/pyssg.xyz/test.html @@ -9,9 +9,16 @@ <h1>Index</h1> <p>By David Luevano</p> <p>Created: Mon, Dec 05, 2022 @ 08:05 UTC</p> - <p>Modified: </p> + <p>Modified: Thu, Dec 08, 2022 @ 06:44 UTC</p> <p>This is a small test for the newly added pyssg.xyz.</p> +<ul> +<li>item 1</li> +<li>item 2</li> +</ul> +<h2 id="subheader-1">subheader 1</h2> +<p><strong>bold</strong></p> +<p><em>italic</em></p> <p>Tags: </p> |