From 0f43e021f29df467e56a7721fd5e4bba79e1b33a Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 3 Feb 2020 14:47:58 +0100
Subject: [PATCH] fix: no endpoint for clientCSS

---
 src/index.pug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/index.pug b/src/index.pug
index 7fc773ca..adb0716d 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
-- 
GitLab