diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-01-22 00:05:36 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-01-28 21:31:34 +0100 |
| commit | b8f8cc19d6cd732374e21d69a79fb19b093fbcc6 (patch) | |
| tree | e567f7c62b6e97b6172faa857ef9b9f532615b85 /layouts/partials/head.html | |
| parent | 2b8d41e9163bfde52a2c62fe735bdc122d15d90e (diff) | |
| download | graysx-kovok-elcaudelsnanos.tar.gz | |
El Cau dels Nanos v1elcaudelsnanos
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 68df436..6b6a6b6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> - <link rel="icon" href="{{ site.Params.favicon }}" /> + <link rel="icon" href="{{ site.Data.favicon }}" /> <!-- Core theme CSS (includes Bootstrap)--> <link href="css/styles.css" rel="stylesheet" /> {{ $title := print .Site.Title " | " .Title }} |
