mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 19:39:14 -04:00
refactor: proper icons
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
e5ffb4b946
commit
0bf13326c8
19 changed files with 78 additions and 148 deletions
|
@ -6,16 +6,16 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<meta itemprop="name">
|
||||
<meta property="og:title">
|
||||
<meta name="twitter:title">
|
||||
<meta name="description"/>
|
||||
<meta itemprop="description">
|
||||
<meta property="og:description">
|
||||
<meta name="twitter:description">
|
||||
<meta itemprop="image">
|
||||
<meta property="og:image">
|
||||
<meta name="twitter:image">
|
||||
<meta itemprop="name" content="IT-Tools">
|
||||
<meta property="og:title" content="IT-Tools">
|
||||
<meta name="twitter:title" content="IT-Tools">
|
||||
<meta name="description" content="Aggregated set of useful tools that every developer may need once in a while.">
|
||||
<meta itemprop="description" content="Aggregated set of useful tools that every developer may need once in a while.">
|
||||
<meta property="og:description" content="Aggregated set of useful tools that every developer may need once in a while.">
|
||||
<meta name="twitter:description" content="Aggregated set of useful tools that every developer may need once in a while.">
|
||||
<meta itemprop="image" content="/img/banner.png">
|
||||
<meta property="og:image" content="/img/banner.png">
|
||||
<meta name="twitter:image" content="/img/banner.png">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue