1.1.2 - oopsie the lazy update | added links to posts | added year bar | lazy loading images | minor tweaks to style....

This commit is contained in:
notkoutsie 2023-08-13 03:36:38 +03:00
parent 6e5bd19a32
commit 7578751702

View File

@ -19,6 +19,7 @@ checksetting() {
if [ "$2" = true ]; then if [ "$2" = true ]; then
echo "$1" >>"$output_file" echo "$1" >>"$output_file"
fi fi
}
givefavicon() { givefavicon() {
local file_path="$1" local file_path="$1"
@ -144,4 +145,4 @@ echo "</div>
</body> </body>
</html>" >>"$output_file" </html>" >>"$output_file"
nlog "Done, please see: $output_file." nlog "Done, please see: $output_file."