diff --git a/docs/nginx.conf b/docs/nginx.conf index e59a2ee635..035f0fdd37 100644 --- a/docs/nginx.conf +++ b/docs/nginx.conf @@ -14,4 +14,8 @@ server { location = /50x.html { root /usr/share/nginx/html; } + + location /docs/contact { + return 301 $scheme://vikunja.io/en/contact; + } } diff --git a/docs/themes/vikunja b/docs/themes/vikunja index 5d78681cd9..611b91ba5d 160000 --- a/docs/themes/vikunja +++ b/docs/themes/vikunja @@ -1 +1 @@ -Subproject commit 5d78681cd9ecc4df36fd0fa52717f3bf4e4b843a +Subproject commit 611b91ba5df3c88e9262e040eb1e6fa772919fc8