From 6ddec8db3ee73d3abdc85b6a2101020cf2455bce Mon Sep 17 00:00:00 2001 From: r Date: Mon, 12 Feb 2024 06:44:32 +0000 Subject: Update page titles - Use consistent letter casing - Append instance domain to the title --- templates/about.tmpl | 2 +- templates/filters.tmpl | 2 +- templates/list.tmpl | 2 +- templates/lists.tmpl | 2 +- templates/root.tmpl | 2 +- templates/signin.tmpl | 2 +- templates/user.tmpl | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/about.tmpl b/templates/about.tmpl index c6129f9..580c68d 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -14,7 +14,7 @@

-

Keyboard shortcuts

+

Keyboard Shortcuts

diff --git a/templates/filters.tmpl b/templates/filters.tmpl index 8bdae41..383a0ad 100644 --- a/templates/filters.tmpl +++ b/templates/filters.tmpl @@ -21,7 +21,7 @@

No filters added

{{end}} -

Add filter

+

Add Filter

diff --git a/templates/list.tmpl b/templates/list.tmpl index ad2e538..6fa2830 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -31,7 +31,7 @@

No data found

{{end}} -

Add user

+

Add User

diff --git a/templates/lists.tmpl b/templates/lists.tmpl index 98cdb78..59c53fe 100644 --- a/templates/lists.tmpl +++ b/templates/lists.tmpl @@ -26,7 +26,7 @@

No lists added

{{end}} -

Add list

+

Add List

diff --git a/templates/root.tmpl b/templates/root.tmpl index 0fde835..b04638b 100644 --- a/templates/root.tmpl +++ b/templates/root.tmpl @@ -5,7 +5,7 @@ - {{.Title}} + {{.CommonData.Title}} diff --git a/templates/signin.tmpl b/templates/signin.tmpl index b12e0aa..2c97de2 100644 --- a/templates/signin.tmpl +++ b/templates/signin.tmpl @@ -1,7 +1,7 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -

Bloat

+

bloat

A web client for Mastadon Network.

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"}} -

Statuses with media

+

Statuses With Media

{{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{else}} @@ -215,7 +215,7 @@ {{end}} {{else if eq .Type "requests"}} -

Follow requests

+

Follow Requests

{{template "requestlist.tmpl" (WithContext .Users $.Ctx)}} {{end}} -- cgit v1.2.3