summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-11 14:32:24 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-11 14:32:24 -0800
commit372f5434ae16f952ce7d61f7416e26f696fc50ad (patch)
treeb0ba36619c11c4e7520418b7d097c401c77fbf72
parent0e5eccfb37fb8ce26c50064c2ddf04f893694207 (diff)
fixed silly typo
-rw-r--r--build/website/index.html2
-rw-r--r--website/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/website/index.html b/build/website/index.html
index c730c95..2b68455 100644
--- a/build/website/index.html
+++ b/build/website/index.html
@@ -76,7 +76,7 @@ Preston Pan
<h2>RSS/Atom Feed</h2>
<p>
- This website is hosted on my git server. By extension, <a href="https://git.prestonpan.tech">git frontend</a> provides
+ This website is hosted on my git server. By extension, my <a href="https://git.prestonpan.tech">git frontend</a> provides
a rss/atom feed for my website so you can be notified about each update to the website (with details on what is updated
via commit messages).
</p>
diff --git a/website/index.html b/website/index.html
index 1b165b0..93372eb 100644
--- a/website/index.html
+++ b/website/index.html
@@ -56,7 +56,7 @@ $$START CONTENT
<h2>RSS/Atom Feed</h2>
<p>
- This website is hosted on my git server. By extension, <a href="https://git.prestonpan.tech">git frontend</a> provides
+ This website is hosted on my git server. By extension, my <a href="https://git.prestonpan.tech">git frontend</a> provides
a rss/atom feed for my website so you can be notified about each update to the website (with details on what is updated
via commit messages).
</p>