From 471ad79422fd4fb1db6b0c7931b05fbb6180b971 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Tue, 15 Sep 2026 09:49:22 +0200 Subject: [PATCH] Add slash for aperture value --- photo.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo.hbs b/photo.hbs index b6822a2..7173059 100644 --- a/photo.hbs +++ b/photo.hbs @@ -16,7 +16,7 @@

{{ exif.datetime }}

exposure time {{ exif.ExposureTime.num }}⁄{{ exif.ExposureTime.denom }} s
- aperture f{{ exif.FNumber.f64 }}
+ aperture f/{{ exif.FNumber.f64 }}
iso {{ exif.PhotographicSensitivity }}
resolution {{ exif.PixelXDimension }}×{{ exif.PixelYDimension }}