website fixes, primarily mobile
This commit is contained in:
parent
29bb6cfb7f
commit
80ea7a323b
2 changed files with 8 additions and 4 deletions
|
|
@ -2,8 +2,8 @@
|
|||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
if [ ! -s docs/lab/fonts ]; then
|
||||
ln -s ../../build/dist docs/lab/fonts
|
||||
if [ ! -s lab/fonts ]; then
|
||||
ln -s ../../build/dist lab/fonts
|
||||
fi
|
||||
|
||||
if (which caddy >/dev/null); then
|
||||
|
|
|
|||
Reference in a new issue