From cfc1f3eb699cf07efac034d6a76ab19c8cd7e656 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 22 Jul 2018 12:24:46 -0700 Subject: Avoid browser caching issues when assets changes --- template/common.go | 8 ++++---- template/html/common/layout.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'template') diff --git a/template/common.go b/template/common.go index 2db5d44..665e90f 100644 --- a/template/common.go +++ b/template/common.go @@ -107,10 +107,10 @@ var templateCommonMap = map[string]string{ {{ end }} - + - - + + {{ if .user }} @@ -239,6 +239,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "756ef122f3ebc73754b5fc4304bf05e59da0ab4af030b2509ff4c9b4a74096ce", "item_meta": "2da78476f6c7fb8742c969ad1bfc20b7b61fddf97d79a77baf3cabda52f6fb49", - "layout": "16658c13e91cab88ba4c49f14654a95b1db12054cc96def3e40360a52acc6c54", + "layout": "952632cafa23e02e3ae74c33a6606e127ab7bff0b82a2aa848967da8966475a5", "pagination": "b592d58ea9d6abf2dc0b158621404cbfaeea5413b1c8b8b9818725963096b196", } diff --git a/template/html/common/layout.html b/template/html/common/layout.html index dbf7079..23464e6 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -33,10 +33,10 @@ {{ end }} - + - - + + {{ if .user }} -- cgit v1.2.3