changeset 518:f330dcb80a7f

S4CSS
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Apr 2019 16:19:27 +0900
parents 6cdd032070e3
children 8d2a121cbc59
files examples/common/default/html.m4.html
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/html.m4.html	Thu Apr 04 10:31:10 2019 +0900
+++ b/examples/common/default/html.m4.html	Sat Apr 06 16:19:27 2019 +0900
@@ -8,8 +8,9 @@
 `<meta name="theme-color" content="#8ea">')
 <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
+ifdef(`_S4CSS_',
+`<link rel="stylesheet" type="text/css" href="_S4CSS_">
+')dnl
 <link rel="shortcut icon" href="img/s4-icon.ico">
 </head>
 <body class="_BODYCLASS_">

yatex.org