diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:59:32 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:59:32 +0100 |
| commit | acefd95284ec8114c605f3cbbc5de2a9fe6cab7f (patch) | |
| tree | 304fe0058e397e23fea92685b752cad12350195e /buetow.org.sh | |
| parent | d8919de192f732a9c2278b17c8369c02d18a09fd (diff) | |
those files are not real html but only parts
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 191f99eb..245d608f 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -241,9 +241,9 @@ html::generate () { dest=${dest/.gmi/.html} local dest_dir=$(dirname $dest) test ! -d $dest_dir && mkdir -p $dest_dir - cat header.html > $dest.tmp + cat header.html.part > $dest.tmp html::gemini2html $src >> $dest.tmp - cat footer.html >> $dest.tmp + cat footer.html.part >> $dest.tmp mv $dest.tmp $dest git add $dest done |
