diff options
| author | Bobby <[email protected]> | 2023-06-16 19:46:58 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-16 19:46:58 -0400 |
| commit | 66af49f7d066320a409bbc3a305d67dc96c4e281 (patch) | |
| tree | 42228605f4d044d47429994b278859a1aec3194d /templates | |
| parent | d53f5c9348585b0e64699424d0891e40ec381321 (diff) | |
| download | thatcomputerscientist-66af49f7d066320a409bbc3a305d67dc96c4e281.tar.xz thatcomputerscientist-66af49f7d066320a409bbc3a305d67dc96c4e281.zip | |
Support for RSS Feeds
Diffstat (limited to 'templates')
| -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> |
