Add Apple Touch Icon (mainly for Sailfish OS)

This commit is contained in:
Chris Josten 2020-06-25 00:26:11 +02:00
parent e73f6e9316
commit ad1724b47f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ html(prefix="og: http://ogp.me/ns#")
link(rel="stylesheet", href="/static/style/highlight.css")
link(rel="alternate stylesheet", href="/static/style/old.css", title="1999")
link(rel="shortcut icon", href="/static/img/logo.png")
link(rel="apple-touch-icon", href="/static/img/logo.png")
meta(name="theme-color", content="#7f0602")
meta(name="og:site_name", content="#{Constants.SITE_NAME}")