From 8f62a831ac09ec1e7a16daf01ddee983c60f5121 Mon Sep 17 00:00:00 2001 From: squibid Date: Sat, 11 Mar 2023 15:19:38 -0500 Subject: add links to rss feed --- blog.html | 9 +++++++++ index.html | 3 ++- pics/rss.svg | 1 + style.css | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 pics/rss.svg diff --git a/blog.html b/blog.html index de5a2a7..49c484c 100644 --- a/blog.html +++ b/blog.html @@ -15,6 +15,14 @@ float: right; color: white; } + #rss { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + max-height: 1.5em; + max-width: 1.5em; + }
@@ -24,6 +32,7 @@

+ rss feed
diff --git a/index.html b/index.html index aa77fda..4d2765f 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,9 @@ more... diff --git a/pics/rss.svg b/pics/rss.svg new file mode 100644 index 0000000..dfda038 --- /dev/null +++ b/pics/rss.svg @@ -0,0 +1 @@ + diff --git a/style.css b/style.css index caf36e5..8334204 100644 --- a/style.css +++ b/style.css @@ -37,3 +37,7 @@ a { a:hover, a:active { font-style: italic; } +#rss { + max-height: .8em; + max-width: 1em; +} -- cgit v1.2.1