|
13 | 13 | gtag('config', 'UA-131121683-1');
|
14 | 14 | </script>
|
15 | 15 | <meta charset="utf-8" />
|
16 |
| - <link rel="shortcut icon" href="https://gitexplorer.com/favicon.ico" /> |
| 16 | + <link rel="shortcut icon" href="https://sliit-foss.github.io/cli-explorer/favicon.ico" /> |
17 | 17 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
|
18 | 18 | <meta name="theme-color" content="#000000" />
|
19 |
| - <meta |
20 |
| - name="keywords" |
21 |
| - content="git, delete branch in git, github, gitlab, bitbucket, git commit, git problems, git errors, git delete branch, git amend, git ammend, git branch delete, git undo, compare commits git, modify commit message, show committed changes, staged changes, show uncommitted changes, undo git reset" |
22 |
| - /> |
23 | 19 | <meta
|
24 | 20 | name="description"
|
25 |
| - content="GitExplorer: Find the right git commands you need without digging through the web" |
| 21 | + content="CLIExplorer: Find the right git commands you need without digging through the web" |
26 | 22 | />
|
27 |
| - <meta name="pagename" content="GitExplorer: Find the right git commands you need without digging through the web" /> |
28 |
| - <meta name="url" content="https://gitexplorer.com" /> |
| 23 | + <meta name="pagename" content="CLIExplorer: Find the right git commands you need without digging through the web" /> |
| 24 | + <meta name="url" content="https://sliit-foss.github.io/cli-explorer/" /> |
29 | 25 | <!-- Google / Search Engine Tags -->
|
30 |
| - <meta itemprop="name" content="GitExplorer" /> |
| 26 | + <meta itemprop="name" content="CLIExplorer" /> |
31 | 27 | <meta
|
32 | 28 | itemprop="description"
|
33 |
| - content="GitExplorer: Find the right git commands you need without digging through the web" |
| 29 | + content="CLIExplorer: Find the right git commands you need without digging through the web" |
34 | 30 | />
|
35 | 31 | <!-- Facebook Meta Tags -->
|
36 |
| - <meta property="og:url" content="https://gitexplorer.com" /> |
| 32 | + <meta property="og:url" content="https://sliit-foss.github.io/cli-explorer/" /> |
37 | 33 | <meta property="og:type" content="website" />
|
38 |
| - <meta property="og:title" content="GitExplorer" /> |
| 34 | + <meta property="og:title" content="CLIExplorer" /> |
39 | 35 | <meta
|
40 | 36 | property="og:description"
|
41 |
| - content="GitExplorer: Find the right git commands you need without digging through the web" |
| 37 | + content="CLIExplorer: Find the right git commands you need without digging through the web" |
42 | 38 | />
|
43 | 39 | <meta property="og:image:height" content="630" />
|
44 | 40 | <meta property="og:image:width" content="1200" />
|
45 | 41 | <meta property="og:locale" content="en_US" />
|
46 |
| - <meta property="og:site_name" content="GitExplorer" /> |
47 |
| - <meta property="og:image" content="https://gitexplorer.com/images/gitcommand.png" /> |
| 42 | + <meta property="og:site_name" content="CLIExplorer" /> |
| 43 | + <meta property="og:image" content="https://CLIExplorer.com/images/gitcommand.png" /> |
48 | 44 | <!-- Twitter Meta Tags -->
|
49 | 45 | <meta name="twitter:card" content="summary_large_image" />
|
50 |
| - <meta name="twitter:title" content="GitExplorer" /> |
| 46 | + <meta name="twitter:title" content="CLIExplorer" /> |
51 | 47 | <meta
|
52 | 48 | name="twitter:description"
|
53 |
| - content="GitExplorer: Find the right git commands you need without digging through the web" |
| 49 | + content="CLIExplorer: Find the right git commands you need without digging through the web" |
54 | 50 | />
|
55 |
| - <meta name="twitter:image:src" content="https://gitexplorer.com/images/gitcommand.png" /> |
56 |
| - <meta name="twitter:site" content="@gitexplorer" /> |
57 |
| - <meta name="twitter:creator" content="@gitexplorer" /> |
| 51 | + <meta name="twitter:image:src" content="https://CLIExplorer.com/images/gitcommand.png" /> |
| 52 | + <meta name="twitter:site" content="@CLIExplorer" /> |
| 53 | + <meta name="twitter:creator" content="@CLIExplorer" /> |
58 | 54 |
|
59 | 55 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
60 |
| - <title>Git Explorer</title> |
| 56 | + <title>CLI Explorer</title> |
61 | 57 | </head>
|
62 | 58 |
|
63 | 59 | <body>
|
|
0 commit comments