Inicializar inicio
This commit is contained in:
parent
d163d8706b
commit
d39cfe0623
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 "<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
|
||||||
|
|
Reference in a new issue