mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-26 01:36:15 -04:00
feat: dynamic title/description
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
c4bfad764c
commit
db48322ec3
10 changed files with 54 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
BIN
public/img/banner.png
Normal file
BIN
public/img/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -6,6 +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">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue