From 19fc8b4ab7c2d8ddd8c89779bb44365411c07c10 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 6 Apr 2023 07:15:47 +0300 Subject: [PATCH] fix --- templaters/simple/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templaters/simple/default.nix b/templaters/simple/default.nix index 7428b78..2db80d6 100644 --- a/templaters/simple/default.nix +++ b/templaters/simple/default.nix @@ -39,7 +39,7 @@ }) (l.optionalString (ctx.config ? iconPath) (link { rel = "icon"; - href = "${ctx.baseurl}/${iconPath}"; + href = "${ctx.baseurl}/${ctx.config.iconPath}"; })) ])) (body ''