Inicializar inicio
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Cat /dev/Nulo 2021-10-11 16:18:21 -03:00
parent a439056607
commit f16745d9ad
1 changed files with 1 additions and 0 deletions

View File

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