diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 14:36:43 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 14:36:43 -0800 |
commit | 6d900c0ead774238713ef9d64c01871f3a6adea2 (patch) | |
tree | f1b0ca30ab67e89f88a45be2a41c480a8f29f8c7 | |
parent | 372f5434ae16f952ce7d61f7416e26f696fc50ad (diff) |
changed layout on main page
-rw-r--r-- | build/website/index.html | 12 | ||||
-rw-r--r-- | website/index.html | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/build/website/index.html b/build/website/index.html index 2b68455..8744a36 100644 --- a/build/website/index.html +++ b/build/website/index.html @@ -57,6 +57,18 @@ Preston Pan for this website. </p> +<h2>RSS/Atom Feed</h2> + +<p> + 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). This is especially useful for when I add content related to a category listed below. +</p> + +<p> + <a href="https://git.prestonpan.tech/prestonpan.git/atom">view the rss feed here.</a> +</p> + <h2>Topics</h2> <p>Here, you will find topics related to: </p> diff --git a/website/index.html b/website/index.html index 93372eb..6b22b04 100644 --- a/website/index.html +++ b/website/index.html @@ -37,6 +37,18 @@ $$START CONTENT for this website. </p> +<h2>RSS/Atom Feed</h2> + +<p> + 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). This is especially useful for when I add content related to a category listed below. +</p> + +<p> + <a href="https://git.prestonpan.tech/prestonpan.git/atom">view the rss feed here.</a> +</p> + <h2>Topics</h2> <p>Here, you will find topics related to: </p> |