style: update title format to MyAnimeList: {page}
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="stylesheet" href="/dist/tailwind.css">
|
||||
<style>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{define "title"}}Watch {{.Anime.Title}} - MyAnimeList{{end}}
|
||||
{{define "title"}}Watch {{.Anime.Title}}{{end}}
|
||||
{{define "content"}}
|
||||
{{if .WatchlistIDs}}<script>initWatchlist({{.WatchlistIDs}})</script>{{end}}
|
||||
{{$anime := .Anime}}
|
||||
|
||||
Reference in New Issue
Block a user