diff options
-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 050c67e..f9e80a0 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -29,7 +29,7 @@ <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr> </a> </p> - <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/1.1.5" + <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}" class="enlace" rel="noopener noreferrer" target="_blank">{$version}</a></p> diff --git a/templates/video.tpl b/templates/video.tpl index 05d56c5..f8155ad 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -149,7 +149,7 @@ <a class="enlace" href="templates/librejs.html" data-jslicense="1" rel="license noopener noreferrer" target="_blank">Información de licencias de JavaScript.</a> </p> - <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/1.1.5" + <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}" class="enlace" rel="noopener noreferrer" target="_blank">{$version}</a></p> |