diff --git a/static/assets/style.css b/static/assets/style.css index a9662d9..786654a 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -1,6 +1,4 @@ @import 'tailwindcss'; -@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,600&display=swap'); @import '@toolwind/anchors'; @source "../../templates/**/*.gohtml"; diff --git a/templates/base.gohtml b/templates/base.gohtml index 9338eb1..0bd313c 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -3,6 +3,10 @@ + + + + {{/* page title injected from child template */}} MyAnimeList: {{template "title" .}} diff --git a/templates/components/filter_bar.gohtml b/templates/components/filter_bar.gohtml index e01268a..b5c5437 100644 --- a/templates/components/filter_bar.gohtml +++ b/templates/components/filter_bar.gohtml @@ -30,7 +30,7 @@ {{range $g := .Genres}}{{end}}