diff options
author | Jesús <heckyel@hyperbola.info> | 2018-12-30 10:30:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-12-30 10:30:06 -0500 |
commit | e7a4ed69d2dda7c3835ffae331cfec95f4bf7c34 (patch) | |
tree | e2e7a62639743200a29be62f9994d6dfc388ccb7 | |
parent | 13fa8b69066a8c512394469c28dd2e26f7261b75 (diff) | |
download | ytlibre-e7a4ed69d2dda7c3835ffae331cfec95f4bf7c34.tar.lz ytlibre-e7a4ed69d2dda7c3835ffae331cfec95f4bf7c34.tar.xz ytlibre-e7a4ed69d2dda7c3835ffae331cfec95f4bf7c34.zip |
change URL from Notabug to Libregit
-rw-r--r-- | templates/index.tpl | 4 | ||||
-rw-r--r-- | templates/video.tpl | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 5c032c2..20e7573 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -22,7 +22,9 @@ </form> </section> <footer> - <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" href="https://notabug.org/heckyel/ytlibre" target="_blank">Notabug</a> bajo la Licencia + <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" + href="https://libregit.org/heckyel/ytlibre.git" + target="_blank">LibreGit</a> bajo la Licencia <a class="enlace" rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr> </a> diff --git a/templates/video.tpl b/templates/video.tpl index 672c5b0..8a8eafc 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -105,13 +105,17 @@ <code>{$baselink}</code> <code>{$current_url}</code> <footer> - <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" href="https://notabug.org/heckyel/ytlibre" target="_blank">Notabug</a> bajo la Licencia + <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" + rel="noopener noreferrer" + href="https://libregit.org/heckyel/ytlibre.git" + target="_blank">LibreGit</a> bajo la Licencia <a class="enlace" rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr> </a> </p> <p class="copyleft"> - <a class="enlace" href="templates/librejs.html" data-jslicense="1" rel="license noopener noreferrer" target="_blank">Información de licencias de JavaScript.</a> + <a class="enlace" href="templates/librejs.html" data-jslicense="1" + rel="license noopener noreferrer" target="_blank">Información de licencias de JavaScript.</a> </p> </footer> </div> |