diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 12:50:51 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 12:50:51 -0500 |
commit | 20ab7a930453b63cb88f1bb81482d7c65589b22d (patch) | |
tree | 9ba7214b63727984aedccb66d4bca048f785c25e /scripts/gengit | |
parent | 721630bec0f887e1bb2f9c5e7135b560318208c8 (diff) | |
download | site-20ab7a930453b63cb88f1bb81482d7c65589b22d.tar.gz site-20ab7a930453b63cb88f1bb81482d7c65589b22d.tar.bz2 site-20ab7a930453b63cb88f1bb81482d7c65589b22d.zip |
forgot to remove target top from gengit
Diffstat (limited to 'scripts/gengit')
-rwxr-xr-x | scripts/gengit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gengit b/scripts/gengit index ff268ee..91a0b20 100755 --- a/scripts/gengit +++ b/scripts/gengit @@ -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 |