diff options
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-x | www/publish.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh index 6ca0fcbc..7f68d5ae 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -35,7 +35,9 @@ if [ "${FILE}" != "./index" ]; then fi RETURN="<a href='$DEST'>Back to previous index</a>" - OPTS="--css /headerleft.css -T Libreboot" + OPTS="-T Libreboot" +else + OPTS="--css /headercenter.css" fi |