From 6cb9e00936a37351f870e28f5dd16e3817fd80a1 Mon Sep 17 00:00:00 2001 From: Ainsley Ellis Date: Tue, 29 Oct 2024 12:19:46 -0400 Subject: [PATCH] Add `apple-touch-icon` --- src/output.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/output.c b/src/output.c index f6bce2cf6e..42bedfc08e 100644 --- a/src/output.c +++ b/src/output.c @@ -265,6 +265,9 @@ print_html_header (FILE * fp, FILE *fcs) "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" "AA' type='image/x-icon' />"); + /* Output base64-encoded goaccess apple-touch-icon png */ + fprintf (fp, ""); + print_html_title (fp); print_html_header_styles(fp, fcs);