Use favicon.ico

Workaround for !tup_preserve
master
Fabien Freling 2019-11-01 16:17:07 +01:00
parent be2c16408c
commit e89395ae0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include_rules
: foreach *.md |> !html |>
: favicon.png |> !tup_preserve |>
: favicon.png |> convert %f -background transparent %o |> favicon.ico

View File

@ -1 +1 @@
<link rel="icon" type="image/png" href="%webRoot%/favicon.png">
<link rel="icon" type="image/x-icon" href="%webRoot%/favicon.ico">