diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -170,6 +170,7 @@ md2html() { } genhtml() ( + . ./meta cd "$1" || return . ./meta @@ -193,7 +194,7 @@ genhtml() ( # Footer [ "$1" = . ] && return - echo "<hr>From: $author, $date. <a href=\"mailto:marc@vertes.org?subject=$(urlenc "Re: $link")\">Feedback</a>" + echo "<hr>From: $author, $date. <a href=\"mailto:marc@vertes.org?subject=$(urlenc "Re: $link/${PWD##*/}")\">Feedback</a>" ) urlenc() { |
