Add theme-color
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-07-14 13:04:38 +02:00
parent 2b0ffe1696
commit ed12ca9861

View File

@ -2,6 +2,7 @@ html
head
meta(http-equiv="Content-Type", content="text/html;charset=UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(name="theme-color", content="#4ab4ab")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
title #{$title}
link(rel="stylesheet", href="/static/dank-mono.css")