move version to a dedicated file

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-01-16 15:12:44 +01:00
parent 9e362e1dc9
commit 59ad7dc98b
3 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,8 @@
<div class="container">
<main>
<h1>Nextcloud AIO v12.5.0</h1>
{% set aio_version = include('includes/aio-version.twig') %}
<h1>Nextcloud AIO v{{ aio_version }}</h1>
{# Add 2nd tab warning #}
<script type="text/javascript" src="second-tab-warning.js"></script>

View file

@ -0,0 +1 @@
12.5.0