diff options
-rw-r--r-- | posts/rss-click.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/posts/rss-click.md b/posts/rss-click.md index d794c1b..6735799 100644 --- a/posts/rss-click.md +++ b/posts/rss-click.md @@ -1,6 +1,5 @@ -# Clickable Links Inside XML - -2022-06-20 +[[!meta title="Clickable Links Inside XML"]] +[[!meta date="2022-06-20"]] With the recent patch to the Shinobi Website project, I thought it would be best to share my experience implementing clickable links inside a rendered XML RSS file directly through a browser. This is made possible thanks to the awesome power of XSL formatting. @@ -40,6 +39,4 @@ In a supported browser, you can see the code in action here: https://pblog.bt.ht That's really all there is to it. -## Refs - -1. https://shinobi.bt.ht/posts/patch-3.txt +[^1]: https://shinobi.bt.ht/posts/patch-3.txt |