1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Add a favicon

This commit is contained in:
Jermolene 2013-12-16 23:27:26 +00:00
parent 23b2f74e94
commit 6d09db5608
4 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,10 @@ rem Delete any existing content
del /q /s %TW5_BUILD_OUTPUT%\static
rem Copy the favicon
copy favicon.ico %TW5_BUILD_OUTPUT%\favicon.ico
rem The tw5.com wiki
rem index.html: the main file, including content
rem empty.html: the main file, excluding content

4
bld.sh
View File

@ -27,6 +27,10 @@ mkdir -p $TW5_BUILD_OUTPUT/static
rm $TW5_BUILD_OUTPUT/static/*
# Copy the favicon
cp favicon.ico $TW5_BUILD_OUTPUT/favicon.ico
# The tw5.com wiki
# index.html: the main file, including content
# empty.html: the main file, excluding content

View File

@ -14,6 +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">
<title>{{$:/core/wiki/title}}</title>
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB