diff --git a/src/index.pug b/src/index.pug
index 7fc773cad4db762898d7811d9c57526411a471b4..adb0716d4a90f0af1633630c921d4bb855cb7a6e 100644
--- a/src/index.pug
+++ b/src/index.pug
@@ -8,8 +8,8 @@ html(lang="en")
     meta(http-equiv="X-UA-Compatible", content="ie=edge")
     link(rel="icon" type="image/png" href="/images/favicon.png")
     include dependencies.pug
-    if endpoints.clientCSS
-      link(rel='stylesheet', href=`${endpoints.clientCSS}`)
+    if clientCSS
+      link(rel='stylesheet', href=`${clientCSS}`)
   body
     header#header(role='banner')
       include header.pug