theme-color
This commit is contained in:
parent
08acfd2ac4
commit
d1374c021e
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ class CustomHomeTheme extends HomeTheme
|
|||
<head>
|
||||
<title>$sitename</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<meta name="theme-color" content="#7EB977">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
$hh
|
||||
<style>
|
||||
|
|
|
@ -51,6 +51,7 @@ class Page extends BasePage
|
|||
<title>{$this->title}</title>
|
||||
<meta name="description" content="Rule 34, if it exists there is porn of it."/>
|
||||
<meta name="viewport" content="width=1024">
|
||||
<meta name="theme-color" content="#7EB977">
|
||||
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css" type="text/css">
|
||||
$header_html
|
||||
|
||||
|
|
Reference in a new issue