forgot to remove target top from gengit

This commit is contained in:
2023-03-11 12:50:51 -05:00
parent 721630bec0
commit 20ab7a9304

View File

@ -7,7 +7,7 @@ sed -i -n '1,/ <p> <!-- script marker git -->/p;/ <\/p> <!-- scrip
for i in $repos ; do
name=$(echo $i | sed 's/\.git//')
line="<a href=\"https://git.squi.bid/$name\" target=\"top\" id=\"link\">$name</a><br>"
line="<a href=\"https://git.squi.bid/$name\">$name</a><br>"
# add new repo
sed -i "/ <\/p> <!-- script marker git -->/i $line" index.html
done