Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim committed Jan 20, 2024
1 parent aa90ce1 commit 630f436
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arikaim-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package-type": "template",
"description": "Arikaim CMS Control Panel",
"repository": "https://github.com/arikaim/system-template.git",
"version": "1.11.0",
"version": "1.11.1",
"icon": "sliders horizontals",
"image": {
"src": "",
Expand Down
2 changes: 1 addition & 1 deletion pages/admin/admin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"head": {
"favicon": "/images/arikaim-favicon.png",
"favicon": "images/arikaim-favicon.png",
"title": "Arikaim Control Panel",
"description": "Content Management System",
"keywords": "Arikaim, Control Panel, CMS"
Expand Down
2 changes: 1 addition & 1 deletion pages/application-error/application-error.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"message": "Page not found",
"title": "Application Error",
"head": {
"favicon": "/images/arikaim-favicon.png",
"favicon": "images/arikaim-favicon.png",
"title": "Application Error",
"description": "Application Error"
}
Expand Down
4 changes: 2 additions & 2 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="googlebot" content="noindex"/>
<meta name="Cache-Control" content="{{ head.cache_control|default("max-age=31536000") }}"/>
<link rel="icon" type="image/png" href="{{ template_url }}{{ head.favicon }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale={{ head.minimum_scale|default("1.0") }},maximum-scale={{ head.maximum_scale|default("1.0") }}" />
{{ head_code }}
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale={{ head.minimum_scale|default("1.0") }},maximum-scale={{ head.maximum_scale|default("1.0") }}" />
{{ head.html_code }}
</head>
<body id="page">
{{ body|raw }}
Expand Down
2 changes: 1 addition & 1 deletion pages/install/install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"head": {
"favicon": "/images/arikaim-favicon.png",
"favicon": "images/arikaim-favicon.png",
"title": "Arikaim CMS installation",
"description": "Arikaim CMS installation page",
"keywords": "Arikaim, Installation, CMS",
Expand Down
2 changes: 1 addition & 1 deletion pages/page-not-found/page-not-found.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"message": "Page not found",
"title": "Alert",
"head": {
"favicon": "/images/arikaim-favicon.png",
"favicon": "images/arikaim-favicon.png",
"title": "Page not found",
"description": "Page not found"
}
Expand Down
2 changes: 1 addition & 1 deletion pages/system-error/system-error.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Alert",
"head": {
"favicon": "/images/arikaim-favicon.png",
"favicon": "images/arikaim-favicon.png",
"title": "System error",
"description": "System error"
}
Expand Down

0 comments on commit 630f436

Please sign in to comment.