changeset 476:16e4eb9ea86c

Introduce theme-color
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 24 Sep 2017 18:18:35 +0859
parents c01081811298
children cd78711626b9
files examples/common/default/html.m4.html
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/html.m4.html	Thu Sep 07 12:14:32 2017 +0859
+++ b/examples/common/default/html.m4.html	Sun Sep 24 18:18:35 2017 +0859
@@ -1,8 +1,12 @@
 <!DOCTYPE html>
 ifdef(`_S4NAME_',
-`<html class="_S4NAME_"'>,
+`<html class="_S4NAME_">',
 `<html>')
-<head><title>_TITLE_</title>
+<head>
+ifdef(`_S4COLOR_',
+`<meta name="theme-color" content="_S4COLOR_">',
+`<meta name="theme-color" content="#eff">')
+<title>_TITLE_</title>
 <link rel="stylesheet" type="text/css" href="templ/default/default.css">
 ifdef(`_S4NAME_',
 `<link rel="stylesheet" type="text/css" href="templ/default/_S4NAME_.css">')dnl

yatex.org