aboutsummaryrefslogtreecommitdiff
path: root/templates/user.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2024-02-12 06:44:32 +0000
committerr <r@freesoftwareextremist.com>2024-02-12 06:44:32 +0000
commit6ddec8db3ee73d3abdc85b6a2101020cf2455bce (patch)
tree3eb09979df47a3dd33b7d2903ed687db7254c2c1 /templates/user.tmpl
parent6ad1c5436ae4b623143db9def4b160213456a69e (diff)
downloadbloat-master.tar.gz
bloat-master.zip
Update page titlesHEADmaster
- Use consistent letter casing - Append instance domain to the title
Diffstat (limited to 'templates/user.tmpl')
-rw-r--r--templates/user.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl
index 4323b2f..b279e15 100644
--- a/templates/user.tmpl
+++ b/templates/user.tmpl
@@ -149,7 +149,7 @@
{{template "userlistfollow.tmpl" (WithContext .Users $.Ctx)}}
{{else if eq .Type "media"}}
-<h1>Statuses with media</h1>
+<h1>Statuses With Media</h1>
{{range .Statuses}}
{{template "status.tmpl" (WithContext . $.Ctx)}}
{{else}}
@@ -215,7 +215,7 @@
{{end}}
{{else if eq .Type "requests"}}
-<h1>Follow requests</h1>
+<h1>Follow Requests</h1>
{{template "requestlist.tmpl" (WithContext .Users $.Ctx)}}
{{end}}