aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:11:39 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:11:39 -0700
commit864b5e043713d9d5a7107e95f2c971bed7b7b466 (patch)
tree2edc9eb9395a728762d12923c02c48c67a8447dc /www/publish.sh
parent0c4c92626aed7ae4055d45eb2bfacef2c292e643 (diff)
downloadlibrebootfr-864b5e043713d9d5a7107e95f2c971bed7b7b466.tar.gz
librebootfr-864b5e043713d9d5a7107e95f2c971bed7b7b466.zip
Intuitive header center
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh4
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