s4

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 diff
     1.1 --- a/examples/common/default/html.m4.html	Thu Apr 04 10:31:10 2019 +0900
     1.2 +++ b/examples/common/default/html.m4.html	Sat Apr 06 16:19:27 2019 +0900
     1.3 @@ -8,8 +8,9 @@
     1.4  `<meta name="theme-color" content="#8ea">')
     1.5  <title>_TITLE_</title>
     1.6  <link rel="stylesheet" type="text/css" href="templ/default/default.css">
     1.7 -ifdef(`_S4NAME_',
     1.8 -`<link rel="stylesheet" type="text/css" href="templ/default/_S4NAME_.css">')dnl
     1.9 +ifdef(`_S4CSS_',
    1.10 +`<link rel="stylesheet" type="text/css" href="_S4CSS_">
    1.11 +')dnl
    1.12  <link rel="shortcut icon" href="img/s4-icon.ico">
    1.13  </head>
    1.14  <body class="_BODYCLASS_">