diff --git a/noter.sh b/noter.sh
index 4152efb..4343800 100755
--- a/noter.sh
+++ b/noter.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# noter 1.0 - @k@layer8.space - mit
+# noter 1.0.2 - @k@layer8.space - mit
nlog() {
local ORANGE='\033[0;33m'
@@ -27,6 +27,7 @@ output_file="notes.html"
echo "
+
$notecount notes | noter
@@ -90,8 +91,9 @@ for file in $(ls -r notes/*.txt); do
done
# bottom navigation
+echo "" >>"$output_file"
echo "" >>"$output_file"
-echo "Last Updated: $(date +"%Y-%m-%d %H:%M:%S")
" >>"$output_file"
+echo "last Updated: $(date +"%Y-%m-%d %H:%M:%S")
" >>"$output_file"
echo "