diff options
| author | Bobby <[email protected]> | 2023-07-14 18:59:02 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-14 18:59:02 -0400 |
| commit | d7932a39505a69af967f730290d5cd1bf6771743 (patch) | |
| tree | da9b76e5ae285fa80fa497b7e7f358b781f7d160 | |
| parent | feeca36ba389408f1dd4ddf8f42042686029733d (diff) | |
| download | thatcomputerscientist-d7932a39505a69af967f730290d5cd1bf6771743.tar.xz thatcomputerscientist-d7932a39505a69af967f730290d5cd1bf6771743.zip | |
Fix email in policy
| -rw-r--r-- | templates/blog/site_policy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/site_policy.html b/templates/blog/site_policy.html index 9455504b..bc17d2a6 100644 --- a/templates/blog/site_policy.html +++ b/templates/blog/site_policy.html @@ -5,7 +5,7 @@ <p><b>Update:</b> W.E.F May 27, 2023, this site will employ <a href="https://analytics.google.com/analytics/web/">Google Analytics</a> to track user activity. Also Cloudflare's Browser Insights will be used to track performance metrics.</p> <h2 class="mtsbitem">Also, do not sell my data!</h2> -<p>Any personal information you provide here will be kept confidential and will not be sold, rented, loaned, or otherwise disclosed. Any information you provide will be held with the utmost care, and will not be used in ways that you have not consented to. If you have any questions, please feel free to contact me at <a href="mailto:[email protected]">[email protected]</a>.</p> +<p>Any personal information you provide here will be kept confidential and will not be sold, rented, loaned, or otherwise disclosed. Any information you provide will be held with the utmost care, and will not be used in ways that you have not consented to. If you have any questions, please feel free to contact me at <a href="mailto:[email protected]">[email protected]</a>.</p> <h2 class="mtsbitem">What are these Advertisements?</h2> <p>As you know, one of the main goals to this site is to maintain a retro look. The advertisements are a part of that. The ads shown on this website are fake and purely for aesthetic purposes. They are just images of ads from the early days of the internet to spark the nostalgia. I do not make any money from these ads.</p> |
