From c1ab27172c0d82f9289aeb3402056f727bc473fd Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 18 Jul 2018 21:30:54 -0700 Subject: Update application icon with different sizes --- template/common.go | 21 ++++++++++++++------- template/html/common/layout.html | 19 +++++++++++++------ 2 files changed, 27 insertions(+), 13 deletions(-) (limited to 'template') diff --git a/template/common.go b/template/common.go index 314b258..02b6748 100644 --- a/template/common.go +++ b/template/common.go @@ -87,12 +87,19 @@ var templateCommonMap = map[string]string{ - - - - - - + + + + + + + + + + + + + {{ if .csrf }} @@ -234,6 +241,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "756ef122f3ebc73754b5fc4304bf05e59da0ab4af030b2509ff4c9b4a74096ce", "item_meta": "2da78476f6c7fb8742c969ad1bfc20b7b61fddf97d79a77baf3cabda52f6fb49", - "layout": "7a4a1ec5fdfe96b20626aa7b9028fd1f166a753e46b497f6d2232f5cd050895d", + "layout": "0d226847454115497b3ef7d67381ae231459c8dcde974eb1a7f4a115957c0e86", "pagination": "b592d58ea9d6abf2dc0b158621404cbfaeea5413b1c8b8b9818725963096b196", } diff --git a/template/html/common/layout.html b/template/html/common/layout.html index 90df2f9..e396896 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -13,12 +13,19 @@ - - - - - - + + + + + + + + + + + + + {{ if .csrf }} -- cgit v1.2.3