mirror of
https://github.com/writeas/writefreely
synced 2025-01-30 23:14:47 +01:00
Merge pull request #823 from writefreely/contact-links
Add Contact page links to footers
This commit is contained in:
commit
d33a556732
@ -8,6 +8,7 @@
|
||||
<a href="/about">about</a>
|
||||
{{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="/contact">contact</a>
|
||||
<a href="/privacy">privacy</a>
|
||||
<p style="font-size: 0.9em">powered by <a href="https://writefreely.org">writefreely</a></p>
|
||||
{{else}}
|
||||
@ -25,6 +26,7 @@
|
||||
<ul>
|
||||
<li><a href="/about">about</a></li>
|
||||
{{if and (and (not .SingleUser) .LocalTimeline) .CanViewReader}}<a href="/read">reader</a>{{end}}
|
||||
<li><a href="/contact">contact</a></li>
|
||||
<li><a href="/privacy">privacy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -11,6 +11,7 @@
|
||||
{{if not .SingleUser}}<a href="/about">about</a>{{end}}
|
||||
{{if and (not .SingleUser) .LocalTimeline}}<a href="/read">reader</a>{{end}}
|
||||
<a href="https://writefreely.org/guide/{{.OfficialVersion}}" target="guide">writer's guide</a>
|
||||
{{if not .SingleUser}}<a href="/contact">contact</a>{{end}}
|
||||
{{if not .SingleUser}}<a href="/privacy">privacy</a>{{end}}
|
||||
{{if .WFModesty}}
|
||||
<p style="font-size: 0.9em">powered by <a href="https://writefreely.org">writefreely</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user