commit 565bce9b0139246a900c5df6253b2c51f9724ea3 from: Omar Polo date: Thu Sep 01 13:58:17 2022 UTC gotwebd: fix assets URLs In 95a4a5a1e8d0952ee0d2523dc31df7170d80e0b3 I forgot to fix the links for the favicons and the web manifest. commit - 5fba075071d3c6894ede739a7fc9b791a7f392f7 commit + 565bce9b0139246a900c5df6253b2c51f9724ea3 blob - 6fde9eed5abfaa2430fac0b617b6b645f962383b blob + 05b2358d0a11aacfc2d7cfa426ec258f0d3c96d2 --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -652,13 +652,13 @@ gotweb_render_header(struct request *c) "\n" "\n" "\n" + " href='%sapple-touch-icon.png' />\n" "\n" + " href='%sfavicon-32x32.png' />\n" "\n" - "\n" - "\n" + " href='%sfavicon-16x16.png' />\n" + "\n" + "\n" "\n" "\n" "\n" @@ -673,6 +673,11 @@ gotweb_render_header(struct request *c) "
\n" "