diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/images/feed-icon-14x14.png | bin | 689 -> 0 bytes | |||
-rw-r--r-- | web/html/images/rss.svg | 3 | ||||
-rw-r--r-- | web/html/index.php | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/web/html/images/feed-icon-14x14.png b/web/html/images/feed-icon-14x14.png Binary files differdeleted file mode 100644 index b3c949d..0000000 --- a/web/html/images/feed-icon-14x14.png +++ /dev/null diff --git a/web/html/images/rss.svg b/web/html/images/rss.svg new file mode 100644 index 0000000..3c7f6ba --- /dev/null +++ b/web/html/images/rss.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"> + <path style="fill:#3366aa;fill-opacity:1" d="M0 0v2c3.33 0 6 2.67 6 6h2c0-4.41-3.59-8-8-8zm0 3v2c1.67 0 3 1.33 3 3h2c0-2.75-2.25-5-5-5zm0 3v2h2c0-1.11-.9-2-2-2z" /> +</svg> diff --git a/web/html/index.php b/web/html/index.php index b9ab1ff..817c20b 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -172,7 +172,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "/css/archnavbar/archlogo.png": case "/css/archnavbar/aurlogo.png": case "/images/favicon.ico": - case "/images/feed-icon-14x14.png": case "/images/titlelogo.png": case "/images/x.png": header("Content-Type: image/png"); @@ -182,6 +181,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "/images/pencil.min.svg": case "/images/pin.min.svg": case "/images/unpin.min.svg": + case "/images/rss.svg": header("Content-Type: image/svg+xml"); readfile("./$path"); break; |