From f783b135c770449f5890e4ef71ff682e95f36b55 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Fri, 5 Jul 2019 08:13:25 +0200 Subject: Pass auth header to manifest request --- template/common.go | 4 ++-- template/html/common/layout.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/common.go b/template/common.go index 7ad04cd..9590cda 100644 --- a/template/common.go +++ b/template/common.go @@ -83,7 +83,7 @@ var templateCommonMap = map[string]string{ - + @@ -247,6 +247,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "4faa91e2eae150c5e4eab4d258e039dfdd413bab7602f0009360e6d52898e353", "item_meta": "34deb081a054f2948ad808bdb2c8603d6ab00c58f2f50c4ead0b47ae092888eb", - "layout": "cc9ae6a3c430a6be67787318292e1bcec7bf27e96a4f6664dcebc5d19419cfba", + "layout": "0204dc6636be38ff00a2ad6b70ac56c4ae8f8fb0a27f987a73819520129cbb84", "pagination": "3386e90c6e1230311459e9a484629bc5d5bf39514a75ef2e73bbbc61142f7abb", } diff --git a/template/html/common/layout.html b/template/html/common/layout.html index 5431e90..b095385 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -9,7 +9,7 @@ - + -- cgit v1.2.3