style: update title format to MyAnimeList: {page}

This commit is contained in:
2026-05-06 20:10:13 +02:00
parent 21496596c7
commit b789e97fd4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{template "title" .}} - MAL</title> <title>MyAnimeList: {{template "title" .}}</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg"> <link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="stylesheet" href="/dist/tailwind.css"> <link rel="stylesheet" href="/dist/tailwind.css">
<style> <style>

View File

@@ -1,4 +1,4 @@
{{define "title"}}Watch {{.Anime.Title}} - MyAnimeList{{end}} {{define "title"}}Watch {{.Anime.Title}}{{end}}
{{define "content"}} {{define "content"}}
{{if .WatchlistIDs}}<script>initWatchlist({{.WatchlistIDs}})</script>{{end}} {{if .WatchlistIDs}}<script>initWatchlist({{.WatchlistIDs}})</script>{{end}}
{{$anime := .Anime}} {{$anime := .Anime}}