s4

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 diff
     1.1 --- a/examples/common/default/html.m4.html	Thu Sep 07 12:14:32 2017 +0859
     1.2 +++ b/examples/common/default/html.m4.html	Sun Sep 24 18:18:35 2017 +0859
     1.3 @@ -1,8 +1,12 @@
     1.4  <!DOCTYPE html>
     1.5  ifdef(`_S4NAME_',
     1.6 -`<html class="_S4NAME_"'>,
     1.7 +`<html class="_S4NAME_">',
     1.8  `<html>')
     1.9 -<head><title>_TITLE_</title>
    1.10 +<head>
    1.11 +ifdef(`_S4COLOR_',
    1.12 +`<meta name="theme-color" content="_S4COLOR_">',
    1.13 +`<meta name="theme-color" content="#eff">')
    1.14 +<title>_TITLE_</title>
    1.15  <link rel="stylesheet" type="text/css" href="templ/default/default.css">
    1.16  ifdef(`_S4NAME_',
    1.17  `<link rel="stylesheet" type="text/css" href="templ/default/_S4NAME_.css">')dnl