diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-14 22:25:17 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-14 22:25:17 -0500 |
commit | 41dfb26b4639f3bd37abc966477421fe6b0cf55d (patch) | |
tree | 0f00023e059aef8b804606cbd51f700281a12eb3 | |
parent | 75950bd393ca35e47ef0933b91f5cb676dd4bfee (diff) | |
download | ytlibre-master.tar.lz ytlibre-master.tar.xz ytlibre-master.zip |
-rw-r--r-- | templates/index.tpl | 2 | ||||
-rw-r--r-- | templates/video.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 63c7b08..f0778ef 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -23,7 +23,7 @@ </section> <footer> <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" + href="{$source_code}" 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> diff --git a/templates/video.tpl b/templates/video.tpl index 51c5cf4..7bfdb82 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -149,7 +149,7 @@ <footer> <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" + href="{$source_code}" 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> |