diff options
Diffstat (limited to 'www/blog/index.html')
-rw-r--r-- | www/blog/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www/blog/index.html b/www/blog/index.html index 75870e7..4615f50 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -33,6 +33,14 @@ <h1>Blog Index</h1> <ol> <li> + <a href="/blog/2023-01-06/">2023-01-06 - How I Generate My RSS + Feed</a> + </li> + <li> + <a href="/blog/2023-01-03/">2023-01-03 - Music Spotlight: My Top + Album 2022</a> + </li> + <li> <a href="/blog/2022-12-31/">2022-12-31 - RSS - A Follow-up</a> </li> <li> @@ -72,8 +80,8 @@ </article> <div id='footer'> <a href="/blog/feed.rss" - target="_blank" - rel="noopener rss">RSS Feed</a> + rel="rss noopener" + target="_blank">RSS Feed</a> </div> <div id='copyright'> © 2023 senders dot io - <a rel="license external noopener noreferrer" |