From da423fa1bc95b6707ae9922a9efcb0e6afcacbe1 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 9 Aug 2019 13:45:19 -0400 Subject: [PATCH] Move Reader to Home link in nav when chorus Also, refactor navigation bar template logic to be simpler and easier to understand. Ref T681 --- templates/base.tmpl | 14 ++++++++++---- templates/user/include/header.tmpl | 12 +++++++++--- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/templates/base.tmpl b/templates/base.tmpl index 4aa302c..958e24e 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -36,11 +36,17 @@ {{end}} {{if .SimpleNav}}{{if .Username}}
New Post diff --git a/templates/user/include/header.tmpl b/templates/user/include/header.tmpl index 3557d2d..5b77bb2 100644 --- a/templates/user/include/header.tmpl +++ b/templates/user/include/header.tmpl @@ -45,11 +45,17 @@ {{end}}