diff options
| -rw-r--r-- | templates/blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index 888032b4..3949d929 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -62,7 +62,7 @@ border-radius: 4px; background: #ffffff0d; "> <h1 style="margin-top: 0">Liked this post? Wanna stay updated?</h1> - <p>Subscribe to our RSS feed to get the latest updates from this weblog. Copy and paste the following link into your favorite RSS reader:</p> + <p>Subscribe to my RSS feed to get the latest updates from this weblog. Copy and paste the following link into your favorite RSS reader:</p> <pre style="display: inline-block; margin-right: 20px;">https://thatcomputerscientist.com/rss/</pre><button onclick="copyToClipboard('https://thatcomputerscientist.com/rss/')" class="button button-special">Copy URL</button> </div> |
