From 8f137557f7d7dcffa6f3640c9141c0d254607c09 Mon Sep 17 00:00:00 2001 From: deovaliandro <42802977+deovaliandro@users.noreply.github.com> Date: Thu, 20 Sep 2018 23:34:32 +0800 Subject: [PATCH] Update head.html --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2e08a5f..ea7e1a7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -38,7 +38,7 @@ {{ $cdn_url := ""}} {{ if eq ( getenv "HUGO_ENV" ) "production" }} {{ with .Site.Params.cdn_url }} - {{ $cdn_url = .}} + {{ $cdn_url := .}} {{ end }} {{ end }} {{ .Scratch.Set "cdn_url" $cdn_url }}