Inicializar inicio
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-10-11 16:18:21 -03:00
parent a439056607
commit f16745d9ad

View file

@ -6,6 +6,7 @@ template () {
echo "<meta name=viewport content='width=device-width, initial-scale=1.0'>" echo "<meta name=viewport content='width=device-width, initial-scale=1.0'>"
echo "<link rel=stylesheet href=drip.css>" echo "<link rel=stylesheet href=drip.css>"
echo "<title>$1</title>" echo "<title>$1</title>"
: "${inicio:=}"
if test "$inicio" != true; then if test "$inicio" != true; then
echo "<a href=.>☚ Volver al inicio</a>" echo "<a href=.>☚ Volver al inicio</a>"
fi fi