diff --git a/assets/views/about.jet.html b/assets/views/about.jet.html index 21bf767..204b285 100644 --- a/assets/views/about.jet.html +++ b/assets/views/about.jet.html @@ -1,5 +1,5 @@ -{{extends "layout/default.jet.html"}} -{{block body()}} +{{ extends "layout/default" }} +{{ block body() }}
PixivFE is a Pixiv frontend. It lets you enjoy art on Pixiv without needless interruption.
@@ -7,22 +7,22 @@This is what you got instead ¯\_(ツ)_/¯
If you think this error should not occur, you can help us by submitting an issue to the upstream repository!
{{desc}}
{{ end }} - {{ range _, item := Article.Items }} + {{ range _, item := .Article.Items }}@@ -58,7 +58,7 @@ No (use built-in proxy) - {{ range WorkingProxyList }} + {{ range .WorkingProxyList }}
{{ Tag.Metadata.Detail }}
+{{ .Tag.Metadata.Detail }}
Please check out the sidebar for more features. There used to be a small ranking container here...
{*Login to access more features!
@@ -112,7 +112,7 @@ See moreYou need to log in to use this feature.
{{ raw: parsePixivRedirect(User.Comment) }}
+{{ raw: parsePixivRedirect(.User.Comment) }}