fix: no endpoint for clientCSS

This commit is contained in:
Jean-Baptiste Pasquier 2020-02-03 14:47:58 +01:00
parent 7eff652d5d
commit 0f43e021f2
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 2 additions and 2 deletions

View File

@ -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