diff --git a/build.sh b/build.sh index 7f4c046..0907946 100755 --- a/build.sh +++ b/build.sh @@ -1,19 +1,19 @@ #!/bin/sh template () { - echo -n "" - echo -n "" - echo -n "" - echo -n "" - echo -n "$1" + echo "" + echo "" + echo "" + echo "" + echo "$1" if test "$inicio" != true; then - echo -n "☚ Volver al inicio" + echo "☚ Volver al inicio" fi if test -n "$2"; then - echo -n "
" - echo -n "

$1

" - echo -n "

Último cambio:

" - echo -n "
" + echo "
" + echo "

$1

" + echo "

Último cambio:

" + echo "
" fi } @@ -25,7 +25,7 @@ cp *.sh *.md *.css *.png *.mp4 "$outdir" index="$outdir/index.html" inicio=true header=false template "nulo.in" > "$index" cmark --unsafe index.md >> "$index" -echo -n "

Lista de páginas

" >> "$index"