From c75507ca8f96dc0f4ef9c1d9b29b5cb1bb7dca43 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 25 Sep 2023 17:04:08 -0400 Subject: [PATCH] Add Subscribers navigation for single-user instances Ref T826 --- templates/collection.tmpl | 1 + templates/user/include/header.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/collection.tmpl b/templates/collection.tmpl index 8380910..93a01c5 100644 --- a/templates/collection.tmpl +++ b/templates/collection.tmpl @@ -54,6 +54,7 @@ {{if .SimpleNav}}
  • New Post
  • {{end}}
  • Customize
  • Stats
  • +
  • Subscribers

  • {{if not .SingleUser}}
  • View Blogs
  • {{end}}
  • View Drafts
  • diff --git a/templates/user/include/header.tmpl b/templates/user/include/header.tmpl index 66a2a84..9b6912b 100644 --- a/templates/user/include/header.tmpl +++ b/templates/user/include/header.tmpl @@ -18,6 +18,7 @@