From cda0efb731e927226cc6e007ff734e45405195b9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 7 Jul 2018 12:07:34 -0700 Subject: Update default stylesheet name in HTML layout --- 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 925678f..8fc2043 100644 --- a/template/common.go +++ b/template/common.go @@ -101,7 +101,7 @@ var templateCommonMap = map[string]string{ {{ if .user }} {{ else }} - + {{ end }} @@ -232,6 +232,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "756ef122f3ebc73754b5fc4304bf05e59da0ab4af030b2509ff4c9b4a74096ce", "item_meta": "6cff8ae243f19dac936e523867d2975f70aa749b2a461ae63f6ebbca94cf7419", - "layout": "4738561d29c428157e83aa13601c463b5e73bd0e2a5fdee75089f3643d6d4055", + "layout": "27b21c2d8ce341edcc11bf557f73fcd08dad1dfc8d0788c94addbc87f94f2f19", "pagination": "b592d58ea9d6abf2dc0b158621404cbfaeea5413b1c8b8b9818725963096b196", } diff --git a/template/html/common/layout.html b/template/html/common/layout.html index 59a3b23..5e07794 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -27,7 +27,7 @@ {{ if .user }} {{ else }} - + {{ end }} -- cgit v1.2.3