diff options
author | 53hornet <atc@53hor.net> | 2021-09-12 17:48:30 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-09-12 17:48:30 -0400 |
commit | 6ed47e694b69c79a1959074bde749c0f4029d14a (patch) | |
tree | 63ccffb7a398ef427d09b9043a407ab7f74bc4c5 | |
parent | 6a87845515ed1ac4b27824d906509cb5ed4c46da (diff) | |
download | 53hor-6ed47e694b69c79a1959074bde749c0f4029d14a.tar.xz 53hor-6ed47e694b69c79a1959074bde749c0f4029d14a.zip |
fix: bad rss tokens
-rw-r--r-- | posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.php | 2 | ||||
-rw-r--r-- | posts/2021-01-15-adam-s-2020-reading-list.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.php b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.php index e382f15..bdced0a 100644 --- a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.php +++ b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.php @@ -1,5 +1,5 @@ <?php -$title = "Dancing the Shag & The [New] Lion Ling"; +$title = "Dancing the Shag and The [New] Lion Ling"; if (isset($early) && $early) { return; } diff --git a/posts/2021-01-15-adam-s-2020-reading-list.php b/posts/2021-01-15-adam-s-2020-reading-list.php index facfb32..390bf3e 100644 --- a/posts/2021-01-15-adam-s-2020-reading-list.php +++ b/posts/2021-01-15-adam-s-2020-reading-list.php @@ -1,5 +1,5 @@ <?php -$title = "Adam's <del>2020</del> <ins>Quarantine</ins> Reading List"; +$title = "Adam's 2020 (Quarantine) Reading List"; if (isset($early) && $early) { return; } |