remoev http-equive (production build)

このコミットが含まれているのは:
たかし 2023-11-04 05:35:06 +00:00
コミット 109ee55bba
3個のファイルの変更8行の追加2行の削除

ファイルの表示

@ -6,8 +6,10 @@
# - for local reading:
# ./make.sh -local
header=header.html
footer=footer.html
if [ $1 -a $1 = '-local' ]; then
header='header-local.html'
footer='footer-local.html'
fi
@ -22,7 +24,8 @@ cd src
for name in *.html; do
out=../www/$name
cat include/header.html $name >> $out
cat include/$header $name >> $out
# 目次以外にはフッターあり
if [ $name != index.html ]; then

4
src/include/header-local.html ノーマルファイル
ファイルの表示

@ -0,0 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML i18n//EN">
<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">

ファイルの表示

@ -1,4 +1,3 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML i18n//EN">
<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">