- commit
- 661d9f2
- parent
- 7080372
- author
- Eric Bower
- date
- 2022-11-08 03:04:52 +0000 UTC
bug(lists): transparency page included wrong templates
1 files changed,
+0,
-2
+0,
-2
1@@ -399,8 +399,6 @@ func transparencyHandler(w http.ResponseWriter, r *http.Request) {
2 cfg.StaticPath("html/footer.partial.tmpl"),
3 cfg.StaticPath("html/marketing-footer.partial.tmpl"),
4 cfg.StaticPath("html/base.layout.tmpl"),
5- cfg.StaticPath("html/base-aside.layout.tmpl"),
6- cfg.StaticPath("html/base-default.layout.tmpl"),
7 )
8
9 if err != nil {