From 757875170244e8a948c9d4a2c737c26bd45af673 Mon Sep 17 00:00:00 2001 From: notkoutsie Date: Sun, 13 Aug 2023 03:36:38 +0300 Subject: [PATCH] 1.1.2 - oopsie the lazy update | added links to posts | added year bar | lazy loading images | minor tweaks to style.... --- noter.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noter.sh b/noter.sh index f90048f..e572ce5 100755 --- a/noter.sh +++ b/noter.sh @@ -19,6 +19,7 @@ checksetting() { if [ "$2" = true ]; then echo "$1" >>"$output_file" fi +} givefavicon() { local file_path="$1" @@ -144,4 +145,4 @@ echo " " >>"$output_file" -nlog "Done, please see: $output_file." +nlog "Done, please see: $output_file." \ No newline at end of file