diff --git a/template/layout.jet.html b/template/layout.jet.html index c9f3967..f4ee4fe 100644 --- a/template/layout.jet.html +++ b/template/layout.jet.html @@ -2,11 +2,10 @@
- {{ title := "PixivFE" }} - {{ if isset(Title) }} - {{ title = Title + " - PixivFE" }} + {{ if !isset(Title) }} + {{ Title := "PixivFE" }} {{ end }} -