diff --git a/r2/r2/public/apple-touch-icon-precomposed.png b/r2/r2/public/apple-touch-icon-precomposed.png new file mode 120000 index 000000000..2f189c418 --- /dev/null +++ b/r2/r2/public/apple-touch-icon-precomposed.png @@ -0,0 +1 @@ +static/icon-touch.png \ No newline at end of file diff --git a/r2/r2/public/apple-touch-icon.png b/r2/r2/public/apple-touch-icon.png deleted file mode 120000 index 4f64aa176..000000000 --- a/r2/r2/public/apple-touch-icon.png +++ /dev/null @@ -1 +0,0 @@ -static/apple-touch-icon.png \ No newline at end of file diff --git a/r2/r2/public/static/apple-touch-icon.png b/r2/r2/public/static/apple-touch-icon.png deleted file mode 100644 index ed8249052..000000000 Binary files a/r2/r2/public/static/apple-touch-icon.png and /dev/null differ diff --git a/r2/r2/public/static/icon-touch.png b/r2/r2/public/static/icon-touch.png new file mode 100644 index 000000000..721ae0403 Binary files /dev/null and b/r2/r2/public/static/icon-touch.png differ diff --git a/r2/r2/templates/frame.html b/r2/r2/templates/frame.html index d1ee8accf..6d64ab974 100644 --- a/r2/r2/templates/frame.html +++ b/r2/r2/templates/frame.html @@ -39,7 +39,7 @@ %if thing.thumbnail: href="${thing.thumbnail}" %else: - href="${static('apple-touch-icon.png')}" + href="${static('icon-touch.png')}" %endif /> diff --git a/r2/r2/templates/reddit.html b/r2/r2/templates/reddit.html index d35326c23..60a57052c 100644 --- a/r2/r2/templates/reddit.html +++ b/r2/r2/templates/reddit.html @@ -87,8 +87,9 @@ type="text/css" /> %endif - + + + %if thing.extension_handling: <% rss= add_sr(join_urls(request.path,'.rss'))