diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 22:58:09 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 22:58:09 -0500 |
commit | cb205d1c4bf42f5c2e25cef6e7884853c86de056 (patch) | |
tree | d63a8cdc01d22bb2af5d58739fba24e4b803187c /templates | |
parent | 75b3b6a4785b91909de7e06d2b729e43c1daeb59 (diff) |
Add RSS feed
Diffstat (limited to 'templates')
-rw-r--r-- | templates/front_page.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/front_page.html b/templates/front_page.html index 14a22f7..faa286f 100644 --- a/templates/front_page.html +++ b/templates/front_page.html @@ -13,7 +13,11 @@ <h1 class=title-header> is a developer working on cool things. </h1> </div> -<h2 class="main-heading">Notes</h2> +<h2 class="main-heading">Notes + <a class="rss" href="/feed.xml"> + <img class="rss" src="/assets/rss.svg"> + </a> +</h2> <div class="notes-container"> $for(notes)$ <a href="$it.link$" class="note-link"> |