diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 22:05:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 22:05:46 +0900 |
| commit | 9c61843bdbd67d3c026bd8fc1a82f5cb9a984131 (patch) | |
| tree | 75b41b207d636e978c788bb23e0deb8eff92675f /backend | |
| parent | 904bd8ed4abbd9e9497232773f7aaa4b209f8e35 (diff) | |
| download | phperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.gz phperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.zst phperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.zip | |
update site name
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/admin/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/admin/templates/base.html b/backend/admin/templates/base.html index 8e71194..08c7dc5 100644 --- a/backend/admin/templates/base.html +++ b/backend/admin/templates/base.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>ADMIN {{ .Title }} | iOSDC Japan 2024 Albatross.swift</title> + <title>ADMIN {{ .Title }} | PHPerKaigi 2025 Albatross</title> <link rel="icon" href="{{ .BasePath }}/favicon.svg"> <link rel="stylesheet" href="{{ .BasePath }}/admin/css/normalize.css"> <link rel="stylesheet" href="{{ .BasePath }}/admin/css/sakura.css"> |
