Add more meta tags
This commit is contained in:
parent
cfdb48f7f2
commit
07c66bb19a
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@
|
|||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" />
|
||||
<meta name="superfish" content="nofish" />
|
||||
<meta name="application-name" content="{{ self.title }}" />
|
||||
<meta name="application-name" content="{{ settings.WAGTAIL_SITE_NAME }}" />
|
||||
<link rel="icon" type="image/png" href='{% static "img/logo-transparent.png" %}'/>
|
||||
<link rel="stylesheet" href='{% static "css/style.css" %}' />
|
||||
|
||||
|
|
Reference in a new issue