From a51c96f79c3ec129db271b1e09d0fdbe05fe60b9 Mon Sep 17 00:00:00 2001 From: notkoutsie Date: Thu, 13 Jul 2023 02:45:53 +0300 Subject: [PATCH] minor fixes + added more tags --- noter.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 "
generated with noter
" >>"$output_file" echo "
Back to Top
" >>"$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 "