cfenollosa / bashblog

A single Bash script to create blogs. Download, run, write, done!
1.66k stars 228 forks source link

global_title in .config ignored #183

Open magicalskye opened 1 year ago

magicalskye commented 1 year ago

setting the global_title variable through the .config does not work, it always uses the value defined in the script itself, which is not very great

magicalskye commented 1 year ago

i managed to fix it myself, apparently the first line in $global_config always gets ignored, so you need to have an empty first line. mysterious