gnucash-htdocs master: Remove icon in strange size 129

Frank H.Ellenberger fell at code.gnucash.org
Sat Aug 15 15:19:06 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8e6ea563 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/6b0d981c (commit)



commit 8e6ea563c2ac1748b6077f872d20a40b13a8007f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Aug 15 21:18:33 2020 +0200

    Remove icon in strange size 129
    
    and other icon related cleanup

diff --git a/externals/header.phtml b/externals/header.phtml
index f18ac79..75a32d9 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -46,10 +46,8 @@
 
     <?php } ?>
     <link rel="stylesheet" href="<?=$home?>/externals/gnucash.css" type="text/css" />
+
     <link rel="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
-    <link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
-    <link rel="apple-touch-icon-precomposed" href="<?=$home?>/images/icons/gnc-icon-129x129.png" />
-    <!-- New icons: -->
     <link rel="apple-touch-icon" sizes="180x180" href="<?=$home?>/apple-touch-icon.png?v=gAXA7A9nAq">
     <link rel="icon" type="image/png" sizes="32x32" href="<?=$home?>/favicon-32x32.png?v=gAXA7A9nAq">
     <link rel="icon" type="image/png" sizes="16x16" href="<?=$home?>/favicon-16x16.png?v=gAXA7A9nAq">
diff --git a/images/icons/gnc-icon-129x129.png b/images/icons/gnc-icon-129x129.png
deleted file mode 100644
index 2b393ee..0000000
Binary files a/images/icons/gnc-icon-129x129.png and /dev/null differ



Summary of changes:
 externals/header.phtml            |   4 +---
 images/icons/gnc-icon-129x129.png | Bin 15101 -> 0 bytes
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 images/icons/gnc-icon-129x129.png



More information about the gnucash-changes mailing list