From cfac96b12ae33a620b5a2ec46086abb2475c0b2d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 16 Jan 2020 20:51:54 +0100 Subject: [PATCH] fix: title from config.sjon --- src/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.pug b/src/index.pug index 4114bcf..e5f8f0f 100644 --- a/src/index.pug +++ b/src/index.pug @@ -3,7 +3,7 @@ doctype html html(lang="en") head meta(charset="UTF-8") - title ${clientName || "Sib App"} + title #{clientName || "Sib App"} meta(name="viewport", content="width=device-width, initial-scale=1.0") meta(http-equiv="X-UA-Compatible", content="ie=edge") link(rel="icon" type="image/png" href="/images/favicon.png")