From 291d7e404e12e1d017403242f8ed199046f0904c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 19:21:00 -0700 Subject: Logged out experience, config, and profiles --- templates/activities/_menu.html | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) (limited to 'templates/activities/_menu.html') diff --git a/templates/activities/_menu.html b/templates/activities/_menu.html index 6bb18c2..a671712 100644 --- a/templates/activities/_menu.html +++ b/templates/activities/_menu.html @@ -2,15 +2,35 @@ Home - - Notifications - - - Local - - - Federated - + {% if request.user.is_authenticated %} + + Notifications + + + Local + + + Federated + +

+ + Compose + + + Search + + + Settings + + {% else %} + + Local Posts + +

+ + Create Account + + {% endif %} {% if current_page == "home" %} -- cgit v1.2.3