diff --git a/assets/views/about.jet.html b/assets/views/about.jet.html index 9d068c5..4ebbaa4 100644 --- a/assets/views/about.jet.html +++ b/assets/views/about.jet.html @@ -1,48 +1,51 @@ {{- extends "layout/default" }} {{- block body() }} -
-

About PixivFE

+
+

About PixivFE

-
-
-

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

-

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

-
-
+

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

-

Server Information

-
-
-
Version
-

{{ .Version }}

- The current version of PixivFE running on this server -
+
+
+

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

+
+
-{{- if .Revision != "" }} -
-
Revision
-

{{ .Revision }}

- The specific revision of PixivFE source code in use -
-{{- end }} - -
-
Server start time (UTC)
-

{{ .Time }}

- The date and time when PixivFE was last started on this server -
- -
-
Default image proxy server
-

{{ .ImageProxy }}

- The image proxy server used to retrieve images from i.pximg.net -
- -
-
Accept-Language header
-

{{ .AcceptLanguage }}

- The preferred natural language and locale when making requests to the Pixiv API -
-
+

Server Information

+
+
    +
  • +
    Version
    + Current PixivFE version +

    {{ .Version }}

    +
  • + + {{- if .Revision != "" }} +
  • +
    Revision
    + Specific revision in use +

    {{ .Revision }}

    +
  • + {{- end }} + +
  • +
    Server Start Time (UTC)
    + Last server start +

    {{ .Time }}

    +
  • + +
  • +
    Default Image Proxy Server
    + Used for i.pximg.net images +

    {{ .ImageProxy }}

    +
  • + +
  • +
    Accept-Language Header
    + Preferred language for Pixiv API +

    {{ .AcceptLanguage }}

    +
  • +
+
{{- end }}