Added support for dynamic favicons

Now it’s possible to edit $:/favicon.ico with the image editor, and see
the changes instantly reflected in the browser.
This commit is contained in:
Jermolene
2013-12-24 09:08:25 +00:00
parent ad6bf4f9c5
commit eef32e70e3
4 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ title: $:/core/templates/tiddlywiki5.html
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="format-detection" content="telephone=no" />
<meta name="copyright" content="{{$:/core/copyright.txt}}" />
<link rel="shortcut icon" href="favicon.ico">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<title>{{$:/core/wiki/title}}</title>
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->