diff options
Diffstat (limited to 'posts')
-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; } |