diff --git a/gallery/templates/gallery/about.html b/gallery/templates/gallery/about.html index 12d7243..13eaecb 100644 --- a/gallery/templates/gallery/about.html +++ b/gallery/templates/gallery/about.html @@ -23,43 +23,47 @@ {% gallery_stats as counts %} -
-
-

{{ site_config.about_title }}

- - +
+
+ +

{{ site_config.about_title }}

+ + Profile photo -

- {{ site_config.about_description }} -

+

+ {{ site_config.about_description }} +

-

- Contact: - - {{ site_config.contact_email }} - -

+

+ Contact: + + {{ site_config.contact_email }} + +

-
- {% if site_config.bluesky_url %} - - {% endif %} - {% if site_config.twitter_url %} - - {% endif %} - {% if site_config.instagram_url %} - - {% endif %} -
+
+ {% if site_config.bluesky_url %} + + {% endif %} + {% if site_config.twitter_url %} + + {% endif %} + {% if site_config.instagram_url %} + + {% endif %} +
-
+
+ +
+

+ {{ counts.0 }} Albums (public {{ counts.1 }}), + {{ counts.2 }} Photos

+
-
-

- {{ counts.0 }} Albums (public {{ counts.1 }}), - {{ counts.2 }} Photos

diff --git a/gallery/templates/gallery/photo_detail.html b/gallery/templates/gallery/photo_detail.html index a3def8b..c15bca2 100644 --- a/gallery/templates/gallery/photo_detail.html +++ b/gallery/templates/gallery/photo_detail.html @@ -56,86 +56,91 @@
-
+
-
    -
  • - Photo info -
    -
    -
    Album name
    - -
    -
    -
    Photo id
    - -
    -
    -
    Photo Taken
    -
    {{ photo.taken_at|date:"d.m.Y H:i" }}
    -
    -
    -
    Views
    -
    {{ photo.views }}
    -
    -
    -
    Likes
    -
    {{ photo.likes }}
    -
    -
    -
    Download photo
    - +
    +
    +

    Photo Info

    +
    +
    Album name
    + +
    +
    +
    Photo id
    +
    -
  • -
  • - Exif data -
    -
    -
    Camera
    -
    {{ photo.exif.Model }}
    -
    -
    -
    Lens
    -
    {{ photo.exif.LensModel }}
    -
    -
    -
    Shutter Speed
    -
    {{ photo.exif.ExposureTime|exif_exposuretime }}
    -
    -
    -
    Aperture
    -
    {{ photo.exif.FNumber|exif_fnumber }}
    -
    -
    -
    ISO
    -
    {{ photo.exif.ISOSpeedRatings|exif_isospeedratings }}
    -
    -
    -
    Focal Length
    -
    {{ photo.exif.FocalLength|exif_focallength}}
    -
    -
    -
    Focal Length in 35mm
    -
    {{ photo.exif.FocalLengthIn35mmFilm|exif_focallength }}
    -
    -
    -
    Keywords
    -
    {{ photo.exif.Keywords|exif_keywords }}
    -
    +
    +
    Photo Taken
    +
    {{ photo.taken_at|date:"d.m.Y H:i" }}
    -
  • -
+
+
Views
+
{{ photo.views }}
+
+
+
Likes
+
{{ photo.likes }}
+
+ +
+
+ {% csrf_token %} + +
+
+
+
+ + +
+
+

Exif

+
+
Camera
+
{{ photo.exif.Model }}
+
+
+
Lens
+
{{ photo.exif.LensModel }}
+
+
+
Shutter Speed
+
{{ photo.exif.ExposureTime|exif_exposuretime }}
+
+
+
Aperture
+
{{ photo.exif.FNumber|exif_fnumber }}
+
+
+
ISO
+
{{ photo.exif.ISOSpeedRatings|exif_isospeedratings }}
+
+
+
Focal Length
+
{{ photo.exif.FocalLength|exif_focallength}}
+
+
+
Focal Length in 35mm
+
{{ photo.exif.FocalLengthIn35mmFilm|exif_focallength }}
+
+
+
Keywords
+
{{ photo.exif.Keywords|exif_keywords }}
+
+
+
+ + + -
- {% csrf_token %} - -