commit fb3a8240761404943fd35b3d2c3311e68c0683e4 from: Omar Polo via: Thomas Adam date: Fri Sep 02 15:54:01 2022 UTC gotwebd: fix assets URLs In 95a4a5a1e8d0952ee0d2523dc31df7170d80e0b3 I forgot to fix the links for the favicons and the web manifest. commit - c8d0196f09c787edce11ee6b848ecb8ad8afb1b4 commit + fb3a8240761404943fd35b3d2c3311e68c0683e4 blob - 5fce42390992cf954333baecc64969576e0c01ab blob + 22e3e584b6fde60805d0242f9cc2fa7867e5f1d2 --- 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" "