Add slash for aperture value

This commit is contained in:
Paul Brinkmeier 2026-09-15 09:49:22 +02:00
parent 79104ac007
commit 471ad79422

View File

@ -16,7 +16,7 @@
<p>{{ exif.datetime }}</p>
<p>
exposure time <strong>{{ exif.ExposureTime.num }}{{ exif.ExposureTime.denom }}</strong> s<br>
aperture <strong>f{{ exif.FNumber.f64 }}</strong><br>
aperture <strong>f/{{ exif.FNumber.f64 }}</strong><br>
iso <strong>{{ exif.PhotographicSensitivity }}</strong><br>
resolution <strong>{{ exif.PixelXDimension }}×{{ exif.PixelYDimension }}</strong>
</p>