1 files changed, 0 insertions(+), 2 deletions(-)
M bin/md2html
M bin/md2html => bin/md2html +0 -2
@@ 23,8 23,6 @@ site = `{cfg site}
stub = `{echo $md | sed 's@\..*$@@'}
title = `{sed 's@^# @@; 1q' $stub.md}
-if(! ~ $#site 0)
- title = $site — $title
head = `''{expand templates/head.html}
body = `''{bin/filter-markdown $stub.md}
body = `''{expand templates/body.html}