瀏覽代碼

Fix indentation in footer.tmpl

contact-links
Matt Baer 4 月之前
父節點
當前提交
737d76176a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      templates/user/include/footer.tmpl

+ 1
- 1
templates/user/include/footer.tmpl 查看文件

@@ -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…
取消
儲存