diff options
-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> |