From 71a72311ac2302d6d9632853535d471416923f75 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 9 Jun 2018 23:23:55 +0200 Subject: [PATCH] Render asset urls to absURL (#47) --- layouts/index.html | 6 +++--- layouts/partials/header.html | 13 ++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 37ec32f..9e0bae1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -103,9 +103,9 @@ {{ if .Site.Params.localTime }}

My current local time is .

- - - + + + + - - + + {{ if .Site.Params.cacheBuster }} - {{ $t := now.Unix }} - + {{ else }} - + {{ end }} @@ -53,7 +52,7 @@ {{- end }} - + {{ template "_internal/google_analytics_async.html" . }}