This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-25 22:31:19 +02:00
parent 03610908ce
commit eca0cc19c7
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ printf ": %-55s" "$title ($keywords)"
printf "\\n<span class=\"pubDate\">%s</span>" "$d" printf "\\n<span class=\"pubDate\">%s</span>" "$d"
printf "\\n<a href=\"%s\">%s</a>" "${blogfile}" "$title" printf "\\n<a href=\"%s\">%s</a>" "${blogfile}" "$title"
printf "\\n</li>\\n\\n" printf "\\n</li>\\n\\n"
} >> ${dst} } > ${dst}
echo " [${fg[green]}OK${reset_color}]" echo " [${fg[green]}OK${reset_color}]"