favicon hinzugefügt

This commit is contained in:
Stefan Ritter 2023-04-03 14:20:39 +02:00
parent 03aa7bb2b8
commit d44da38238
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@
<meta name="description" content="{{ .Site.Params.Description }}"> <meta name="description" content="{{ .Site.Params.Description }}">
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/png" href="/img/favicon.png">
</head> </head>
<body> <body>