Use favicon.ico
Workaround for !tup_preserve
This commit is contained in:
parent
be2c16408c
commit
e89395ae0f
2
Tupfile
2
Tupfile
|
@ -1,4 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: foreach *.md |> !html |>
|
||||
: favicon.png |> !tup_preserve |>
|
||||
: favicon.png |> convert %f -background transparent %o |> favicon.ico
|
||||
|
|
|
@ -1 +1 @@
|
|||
<link rel="icon" type="image/png" href="%webRoot%/favicon.png">
|
||||
<link rel="icon" type="image/x-icon" href="%webRoot%/favicon.ico">
|
||||
|
|
Loading…
Reference in a new issue