Skip to content

Commit 420628a

Browse files
heyainsleymaeallinurl
authored andcommitted
Add theme-color <meta> tag
1 parent ab7217a commit 420628a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/output.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ print_html_header (FILE * fp, FILE *fcs)
249249
"<html lang='%s'>"
250250
"<head>"
251251
"<meta charset='UTF-8'>"
252+
"<meta name='theme-color' content='#1e1e2f'>"
252253
"<meta name='referrer' content='no-referrer'>"
253254
"<meta http-equiv='X-UA-Compatible' content='IE=edge'>"
254255
"<meta name='google' content='notranslate'>"

0 commit comments

Comments
 (0)