Browse Source

Fix indentation in footer.tmpl

contact-links
Matt Baer 3 months ago
parent
commit
737d76176a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/include/footer.tmpl

+ 1
- 1
templates/user/include/footer.tmpl View File

@@ -11,7 +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="/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…
Cancel
Save