Fix page description and application title

This commit is contained in:
Florine W. Dekker 2021-11-25 21:06:39 +01:00
parent e82df88064
commit f03fed4bb9
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
1 changed files with 3 additions and 3 deletions

6
dist/index.php vendored
View File

@ -40,8 +40,8 @@ if ($target != null && !$needs_confirmation) {
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="F.W. Dekker" />
<meta name="application-name" content="Tools" />
<meta name="description" content="FWDekker's tools" />
<meta name="application-name" content="FWDekker URL Shortener" />
<meta name="description" content="FWDekker URL Shortener" />
<meta name="theme-color" content="#0033cc" />
<meta name="fwd:nav:target" content="#nav" />
@ -49,7 +49,7 @@ if ($target != null && !$needs_confirmation) {
<meta name="fwd:header:title" content="fwdkr.co" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/FWDekker/fwdkr.co/" />
<meta name="fwd:footer:version" content="v1.4.1" />
<meta name="fwd:footer:version" content="v1.4.2" />
<title>fwdkr.co</title>