From b01cbe568ffd184d5b324c2ee9675d704274a99a Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 29 Mar 2021 20:49:36 +0000
Subject: [PATCH] fix path #49

---
 layouts/partials/head.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 256a084..2a4915d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 {{- hugo.Generator }}
-{{- $iconsPath := "/favicons/" }}
+{{- $iconsPath := "favicons/" }}
 <link rel="apple-touch-icon" sizes="180x180" href='{{ absURL (printf "%sapple-touch-icon.png" $iconsPath) }}'>
 <link rel="icon" type="image/png" sizes="32x32" href='{{ absURL (printf "%sfavicon-32x32.png" $iconsPath) }}'>
 <link rel="icon" type="image/png" sizes="16x16" href='{{ absURL (printf "%sfavicon-16x16.png" $iconsPath) }}'>
@@ -40,4 +40,4 @@
 {{ else if .Site.Params.Description }}
   <meta name="descripion" content="{{.Site.Params.Description }}">
 {{ end }}
-{{- partialCached "hooks/head" . }}
\ No newline at end of file
+{{- partialCached "hooks/head" . }}

--
Gitblit v1.10.0