Inicializar inicio
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
a439056607
commit
f16745d9ad
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -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
|
||||
|
|
Reference in a new issue