File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,8 @@ create_html_page() {
438
438
else
439
439
echo " <div class=\" subtitle\" >$( LC_ALL=$date_locale date +" $date_format " --date=" $timestamp " ) — "
440
440
fi
441
- echo " $author </div>"
441
+ [[ -n $author ]] && echo " — $author "
442
+ echo " </div>"
442
443
echo ' <!-- text begin -->' # This marks the text body, after the title, date...
443
444
fi
444
445
cat " $content " # Actual content
@@ -951,6 +952,7 @@ create_css() {
951
952
#description{font-size:large;margin-bottom:12px;}
952
953
h3{margin-top:42px;margin-bottom:8px;}
953
954
h4{margin-left:24px;margin-right:24px;}
955
+ img{max-width:100%;}
954
956
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}' > blog.css
955
957
fi
956
958
You can’t perform that action at this time.
0 commit comments