diff --git a/src/main/templates/com/moandjiezana/tent/essayist/Layout.jamon b/src/main/templates/com/moandjiezana/tent/essayist/Layout.jamon
index dc0bc14..f009a6b 100644
--- a/src/main/templates/com/moandjiezana/tent/essayist/Layout.jamon
+++ b/src/main/templates/com/moandjiezana/tent/essayist/Layout.jamon
@@ -62,10 +62,12 @@ String url;
Essayist <% Character.valueOf('\u03B1') %>
+
+ <& navItem: "Read"; "read" &>
+
<%if showNav %>
<%if jamonContext.isLoggedIn() %>
- <& navItem: "Read"; "read" &>
<& navItem: "Write"; "write" &>
<& navItem: "Written"; Entities.getForUrl(jamonContext.getSessionProfile().getCore().getEntity()) + "/essays" &>
@@ -73,9 +75,6 @@ String url;
<& navItem: "Log out"; "logout"; &>
<%else>
-
- <& navItem: "Read"; "read" &>
-
<& navItem: "Log in / Join with Tent"; "" &>