diff options
| -rwxr-xr-x | buetow.org.sh | 4 | ||||
| -rw-r--r-- | footer.html.part (renamed from footer.html) | 0 | ||||
| -rw-r--r-- | header.html.part (renamed from header.html) | 0 |
3 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 diff --git a/footer.html b/footer.html.part index 308b1d01..308b1d01 100644 --- a/footer.html +++ b/footer.html.part diff --git a/header.html b/header.html.part index 7fadf752..7fadf752 100644 --- a/header.html +++ b/header.html.part |
