From 3c1433965c8ff1d6c2c9fa3ca19658c6bc899c18 Mon Sep 17 00:00:00 2001 From: perennial Date: Wed, 25 Sep 2024 22:58:13 +1000 Subject: [PATCH] Revert "Redesign About page" This reverts commit b2c7fc259225ca9e9f4c1953a1b4578fb0a3283e. --- assets/views/about.jet.html | 85 ++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 44 deletions(-) diff --git a/assets/views/about.jet.html b/assets/views/about.jet.html index 4ebbaa4..9d068c5 100644 --- a/assets/views/about.jet.html +++ b/assets/views/about.jet.html @@ -1,51 +1,48 @@ {{- 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.

+
+
+

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.

+
+
-
-
-

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.

-
-
+

Server Information

+
+
+
Version
+

{{ .Version }}

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

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 }}

    -
  • -
-
+{{- 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 +
+
{{- end }}