trill_on_swish/commit

changed favicon and apple touch icon

authorrzese
Mon Dec 14 12:18:39 2015 +0100
committerrzese
Mon Dec 14 12:18:39 2015 +0100
commit19f70c6837a001408f822004863503e362a13db2
tree9cb876621ea3bac476a70a3ca17cf98f4cb0c133
parent2acd09413ac276d84339d66a5275887459aedcc7
Diff style: patch stat
diff --git a/Makefile b/Makefile
index 68c1abf..61d1be4 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ JS=web/js/trill_on_swish-min.js web/js/trill_on_swish-min.js.gz web/js/require.j
 CSS=web/css/trill_on_swish-min.css web/css/trill_on_swish-min.css.gz web/css/print.css
 ICON_FILES=dead.png error.png running.gif page-fold-20.png \
 	   red_bird.svg red_bird_op.svg pl.png swinb.png owl.png \
-	   select.png
+	   select.png favicon.ico trill-touch-icon.png
 ICONS=$(addprefix web/icons/, $(ICON_FILES))
 HELP=$(addprefix web/help/, $(notdir $(wildcard src/web/help/*.html)))
 FONTFILES=glyphicons-halflings-regular.ttf \
diff --git a/lib/trill_on_swish/page.pl b/lib/trill_on_swish/page.pl
index f8c2e2e..88a4655 100644
--- a/lib/trill_on_swish/page.pl
+++ b/lib/trill_on_swish/page.pl
@@ -139,7 +139,7 @@ swish_reply2(_, Options) :-
 		     href('/icons/favicon.ico')
 		   ]),
 	      link([ rel('apple-touch-icon'),
-		     href('/icons/swish-touch-icon.png')
+		     href('/icons/trill-touch-icon.png')
 		   ])
 	    ],
 	    \swish_page(Options)).
diff --git a/src b/src
index 345a270..09a0198 160000
--- a/src
+++ b/src
@@ -1 +1 @@
-Subproject commit 345a270e2e074ae11417fe93f2d012424882eeb3
+Subproject commit 09a01980f6b00a1b91ef4eaaf0ab4cc9db5f73b2
diff --git a/web/icons/favicon.ico b/web/icons/favicon.ico
new file mode 100644
index 0000000..2a974fd
Binary files /dev/null and b/web/icons/favicon.ico differ
diff --git a/web/icons/trill-touch-icon.png b/web/icons/trill-touch-icon.png
new file mode 100644
index 0000000..8ba293e
Binary files /dev/null and b/web/icons/trill-touch-icon.png differ