Fix Reader nav link on WFModesty + Private instance

(that is, hide the footer nav link when logged out)
This commit is contained in:
Matt Baer 2020-02-12 15:29:44 -05:00
parent c71d020e86
commit 7aef706977
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<a class="home" href="/">{{.SiteName}}</a>
{{if not .SingleUser}}
<a href="/about">about</a>
{{if .LocalTimeline}}<a href="/read">reader</a>{{end}}
{{if and .LocalTimeline .CanViewReader}}<a href="/read">reader</a>{{end}}
{{if .Username}}<a href="https://writefreely.org/guide/{{.OfficialVersion}}" target="guide">writer's guide</a>{{end}}
<a href="/privacy">privacy</a>
<p style="font-size: 0.9em">powered by <a href="https://writefreely.org">writefreely</a></p>