diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-12-05 19:44:44 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-12-05 19:44:44 +0000 |
commit | 4ce7121b8f06c07d8ba2aefd81a6b7089b0b35f6 (patch) | |
tree | 46acdf76dde9af6febcdb92e43f9c9725f21a364 | |
parent | 8c69c20e6363952e39fa9c6fadc04280a5103982 (diff) |
[Peterborough] Update title tag text
-rw-r--r-- | templates/web/peterborough/header/title.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/peterborough/header/title.html b/templates/web/peterborough/header/title.html new file mode 100644 index 000000000..b4f0e9ba4 --- /dev/null +++ b/templates/web/peterborough/header/title.html @@ -0,0 +1,4 @@ +<title> + [% "$title :: " | html IF title %] + Report a problem +</title> |