forgot to remove target top from gengit
This commit is contained in:
@ -7,7 +7,7 @@ sed -i -n '1,/ <p> <!-- script marker git -->/p;/ <\/p> <!-- scrip
|
|||||||
|
|
||||||
for i in $repos ; do
|
for i in $repos ; do
|
||||||
name=$(echo $i | sed 's/\.git//')
|
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
|
# add new repo
|
||||||
sed -i "/ <\/p> <!-- script marker git -->/i $line" index.html
|
sed -i "/ <\/p> <!-- script marker git -->/i $line" index.html
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user