mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
oops, stop calling tidy
This commit is contained in:
parent
dd6cf95e8c
commit
3487f6b9f2
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ set -e -u
|
||||||
output_dir="$1"
|
output_dir="$1"
|
||||||
script_dir="$(dirname "$0")"
|
script_dir="$(dirname "$0")"
|
||||||
|
|
||||||
tidy_version="$(tidy -version)"
|
|
||||||
export TIDY="<meta content=\"$tidy_version\" name=\"generator\" />"
|
|
||||||
|
|
||||||
{
|
{
|
||||||
printf '\t' && sed -e '7q;d' "$output_dir/index.html"
|
printf '\t' && sed -e '7q;d' "$output_dir/index.html"
|
||||||
} >"$output_dir/tmp.css"
|
} >"$output_dir/tmp.css"
|
||||||
|
|
Loading…
Reference in a new issue