Update links to new URL repo (footer HTML)

This commit is contained in:
Cyrille L 2022-07-20 23:09:40 +02:00
parent 714a2b4123
commit 11b7632a57
3 changed files with 3 additions and 2 deletions

View File

@ -44,5 +44,5 @@ CY="\e[33m"
CR="\e[0;91m"
# Repository
stl_repo="https://git.a-lec.org/a-lec/stl.git"
stl_repo="https://git.a-lec.org/echolib/stl.git"

View File

@ -5,6 +5,7 @@
# file: stl
# Folder: /usr/local/bin
# By echolib (XMPP: im@echolib.re)
# Repo: https://git.a-lec.org/echolib/stl.git
# License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

View File

@ -57,7 +57,7 @@ cat <<EOFOOTER > "$domain_dir_wip_tpl/footer.html"
<li><a href="$domain_url"><b>$domain_title</b></a>: $domain_about</li>
<li>Contact: $domain_mail</li>
<li>Copyright: $domain_cr</li>
<li>$stl_gen: <a href="https://git.a-lec.org/a-lec/stl.git" target="_blank"><b>STL: Statique Littérateur</b></a></li>
<li>$stl_gen: <a href="https://git.a-lec.org/echolib/stl.git" target="_blank"><b>STL: Statique Littérateur</b></a></li>
<li>RSS: <a type="application/rss+xml" href="$domain_url/rss.xml">$domain_url/rss.xml</a></li>
</ul>
</div>