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 ''