summaryrefslogtreecommitdiff
path: root/md.sh
diff options
context:
space:
mode:
Diffstat (limited to 'md.sh')
-rwxr-xr-xmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/md.sh b/md.sh
index eca8af8..c5578f4 100755
--- a/md.sh
+++ b/md.sh
@@ -173,7 +173,7 @@ case "$opts" in
;;
(*[Hh]*)
- sed "/^<header>/,/^<\/header>/d" -i'' $OUT
+ sed -e "/^<header>/,/^<\/header>/d" -e '/^<meta name="description"/d' -i'' $OUT
sed "/bg.js/d" -i'' $OUT
printf "[ok] \theaderless\n"
opts=$(echo $opts | sed 's/[Hh]//g')