File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
template-typescript/public Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @devloco/react-scripts-wptheme" ,
3- "version" : " 3.1.1-wptheme-3.1.1 " ,
3+ "version" : " 3.1.1-wptheme-3.1.2 " ,
44 "description" : " Configuration and scripts for Create React WP Theme." ,
55 "repository" : " devloco/create-react-wptheme" ,
66 "author" : " devloco" ,
Original file line number Diff line number Diff line change 44<!DOCTYPE html>
55<html lang="en">
66<head>
7- <meta charset="utf-8">
8- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
9- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10- <meta name="theme-color" content="#000000">
7+ <meta charset="utf-8" />
8+ <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
9+ <meta name="viewport" content="width=device-width, initial-scale=1" />
10+ <meta name="theme-color" content="#000000" />
11+ <meta
12+ name="description"
13+ content="Web site created using create-react-wptheme"
14+ />
15+ <link rel="apple-touch-icon" href="<?php echo $ TEMPLATE_PATH ; ?> /logo192.png" />
1116 <!--
12- manifest.json provides metadata used when your web app is added to the
13- homescreen on Android . See https://developers.google.com/web/fundamentals/engage-and-retain /web-app-manifest/
17+ manifest.json provides metadata used when your web app is installed on a
18+ user's mobile device or desktop . See https://developers.google.com/web/fundamentals/web-app-manifest/
1419 -->
1520 <link rel="manifest" href="<?php echo $ TEMPLATE_PATH ; ?> /manifest.json">
1621 <!--
You can’t perform that action at this time.
0 commit comments