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:
parent
6e5bd19a32
commit
7578751702
3
noter.sh
3
noter.sh
|
@ -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."
|
Loading…
Reference in New Issue