mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Add a favicon
This commit is contained in:
parent
23b2f74e94
commit
6d09db5608
4
bld.cmd
4
bld.cmd
@ -26,6 +26,10 @@ rem Delete any existing content
|
|||||||
|
|
||||||
del /q /s %TW5_BUILD_OUTPUT%\static
|
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 The tw5.com wiki
|
||||||
rem index.html: the main file, including content
|
rem index.html: the main file, including content
|
||||||
rem empty.html: the main file, excluding content
|
rem empty.html: the main file, excluding content
|
||||||
|
4
bld.sh
4
bld.sh
@ -27,6 +27,10 @@ mkdir -p $TW5_BUILD_OUTPUT/static
|
|||||||
|
|
||||||
rm $TW5_BUILD_OUTPUT/static/*
|
rm $TW5_BUILD_OUTPUT/static/*
|
||||||
|
|
||||||
|
# Copy the favicon
|
||||||
|
|
||||||
|
cp favicon.ico $TW5_BUILD_OUTPUT/favicon.ico
|
||||||
|
|
||||||
# The tw5.com wiki
|
# The tw5.com wiki
|
||||||
# index.html: the main file, including content
|
# index.html: the main file, including content
|
||||||
# empty.html: the main file, excluding content
|
# empty.html: the main file, excluding content
|
||||||
|
@ -14,6 +14,7 @@ title: $:/core/templates/tiddlywiki5.html
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta name="copyright" content="{{$:/core/copyright.txt}}" />
|
<meta name="copyright" content="{{$:/core/copyright.txt}}" />
|
||||||
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<title>{{$:/core/wiki/title}}</title>
|
<title>{{$:/core/wiki/title}}</title>
|
||||||
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
||||||
|
|
||||||
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in New Issue
Block a user