diff --git a/templates/MetaLab-2026/html/space/index.html b/templates/MetaLab-2026/html/space/index.html index 97d4885..187eeb1 100644 --- a/templates/MetaLab-2026/html/space/index.html +++ b/templates/MetaLab-2026/html/space/index.html @@ -35,10 +35,8 @@
- {{if .IsOwnSpace}} - - {{else}} - + + {{if not .IsOwnSpace}} {{end}} @@ -576,10 +574,11 @@ {{template "layout/footer.html" .}} - -{{if and (not .IsOwnSpace) (or (eq .ActiveTab "following") (eq .ActiveTab "followers"))}} + +{{if or (eq .ActiveTab "following") (eq .ActiveTab "followers")}}