diff examples/common/default/html.m4.html @ 549:2a48690b8cbc

Put $S4NAME in title
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 Apr 2019 08:52:41 +0900
parents f330dcb80a7f
children 88476304e3bf
line wrap: on
line diff
--- a/examples/common/default/html.m4.html	Sat Apr 06 21:34:53 2019 +0900
+++ b/examples/common/default/html.m4.html	Sun Apr 07 08:52:41 2019 +0900
@@ -6,7 +6,7 @@
 ifdef(`_S4COLOR_',
 `<meta name="theme-color" content="_S4COLOR_">',
 `<meta name="theme-color" content="#8ea">')
-<title>_TITLE_</title>
+<title>_TITLE_|ifdef(`_S4NAME_',_S4NAME,s4)</title>
 <link rel="stylesheet" type="text/css" href="templ/default/default.css">
 ifdef(`_S4CSS_',
 `<link rel="stylesheet" type="text/css" href="_S4CSS_">

yatex.org