Skip to content

Commit c91adb7

Browse files
committed
Updated meta
1 parent 0665acd commit c91adb7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="/assets/css/style.css" rel="stylesheet">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="bg-gray-100 min-h-screen flex items-center justify-center">

templates/book_details/book_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/assets/css/style.css">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans">

templates/book_list/book_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/assets/css/style.css">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans">

templates/calendar/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="/assets/css/style.css">
99
<link rel="manifest" href="/manifest.json">
1010
<meta name="theme-color" content="#6366f1">
11-
<meta name="apple-mobile-web-app-capable" content="yes">
11+
<meta name="mobile-web-app-capable" content="yes">
1212
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1313
</head>
1414
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans dark:ec-dark">

templates/recap/recap_empty.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/assets/css/style.css">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans">

templates/recap/recap_year.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/assets/css/style.css">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans">

templates/statistics/statistics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/assets/css/style.css">
88
<link rel="manifest" href="/manifest.json">
99
<meta name="theme-color" content="#6366f1">
10-
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1212
</head>
1313
<body class="min-h-full bg-gray-100 dark:bg-dark-900 text-gray-900 dark:text-white font-sans">

0 commit comments

Comments
 (0)