More messages and logos configurable.

This commit is contained in:
Clara Wildpaner
2021-04-13 03:42:17 +02:00
parent a6d668b124
commit db1e525ee8
7 changed files with 27 additions and 18 deletions

View File

@@ -20,6 +20,6 @@
<link href="{{ $style.Permalink }}" rel="stylesheet" />
<!--Favicon-->
<link rel="shortcut icon" href="{{ "images/favicon.png" | absURL }}" type="image/x-icon" />
<link rel="icon" href="{{ "images/favicon.ico" | absURL }}" type="image/x-icon" />
</head>
<link rel="shortcut icon" href="{{ .Site.Params.favicon_shortcut_icon | absURL }}" type="image/x-icon" />
<link rel="icon" href="{{ .Site.Params.favicon_icon | absURL }}" type="image/x-icon" />
</head>