forgot to remove target top from gengit
This commit is contained in:
parent
721630bec0
commit
20ab7a9304
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue