aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-06 18:14:07 -0500
committerJesús <heckyel@hyperbola.info>2020-12-06 18:14:07 -0500
commita2cc6ef1eff0318651457c0249cb836a78bff57d (patch)
treed852d19a4f5753f039940d11e5f23fcfa8586a48
parent0ba05886483da41cb768b13048f9ed3bb2763832 (diff)
downloadytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.tar.lz
ytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.tar.xz
ytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.zip
Fix number version
-rw-r--r--templates/index.tpl2
-rw-r--r--templates/video.tpl2
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>