From 324effbf7aaafb9e6de66a86063e355f576e7e75 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 1 Jul 2021 10:40:48 -0400 Subject: [PATCH] add atom feed link to page template --- build.py | 1 - static/img/rss.svg | 1 + template.html | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 static/img/rss.svg diff --git a/build.py b/build.py index 9bb3a2b..25ef279 100644 --- a/build.py +++ b/build.py @@ -7,7 +7,6 @@ # TODO: replace gallery.tinyletterapp.com images with locally hosted content. # TODO: in template.html, add apple touch icon, maybe other favicon sizes. # TODO: local mirrors of all papers in publications.html -# TODO: atom feed logo in the top-right. # Requirements: # sudo apt install python3-markdown diff --git a/static/img/rss.svg b/static/img/rss.svg new file mode 100644 index 0000000..37c4829 --- /dev/null +++ b/static/img/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template.html b/template.html index 7e63acf..374d28b 100644 --- a/template.html +++ b/template.html @@ -6,7 +6,7 @@ - + {title} @@ -24,6 +24,7 @@