Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx authored Dec 2, 2024
1 parent 6d1df7a commit 69f5533
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="{{isset(@PAGE.description)?@PAGE.description:''}}">
<meta name="author" content="PIGMIL.COM">
<meta name="keyword" content="{{isset(@PAGE.keywords)?@PAGE.keywords:''}}">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index">
<meta name="googlebot" content="index">
<meta name="keyword" content="{{isset(@SITE.keywords)?@SITE.keywords:''}}">
<meta name="description" content="{{isset(@SITE.description)?@SITE.description:''}}">

<title>{{ isset(@SITE.title) ? @SITE.title : '' }}</title>

<link rel="icon" type="image/png" href="{{@PUBLIC}}/manifest/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{@PUBLIC}}/manifest/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{@PUBLIC}}/manifest/favicon-96x96.png" sizes="96x96">
Expand All @@ -24,6 +27,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{@PUBLIC}}/manifest/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="{{@PUBLIC}}/manifest/android-chrome-192x192.png" sizes="192x192">
<link rel="manifest" href="{{@PUBLIC}}/manifest/manifest.json">

<meta name="msapplication-TileImage" content="{{@PUBLIC}}/manifest/mstile-144x144.png">
<meta name="msapplication-TileColor" content="{{@SITE.color_primary}}">
<meta name="theme-color" content="currentColor">
Expand Down

0 comments on commit 69f5533

Please sign in to comment.