diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:11:39 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:11:39 -0700 |
commit | 864b5e043713d9d5a7107e95f2c971bed7b7b466 (patch) | |
tree | 2edc9eb9395a728762d12923c02c48c67a8447dc /www/publish.sh | |
parent | 0c4c92626aed7ae4055d45eb2bfacef2c292e643 (diff) | |
download | librebootfr-864b5e043713d9d5a7107e95f2c971bed7b7b466.tar.gz librebootfr-864b5e043713d9d5a7107e95f2c971bed7b7b466.zip |
Intuitive header center
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 |