fix: title from config.sjon

This commit is contained in:
Jean-Baptiste Pasquier 2020-01-16 20:51:54 +01:00
parent 9185793c04
commit cfac96b12a
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 1 deletions

View File

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