style: update title format to MyAnimeList: {page}
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user