From ba62fb0fc7699eb043252675559f4d31c678e815 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Thu, 23 Nov 2023 10:31:03 +0100 Subject: [PATCH] fix(story): Fixing alignment and margin for icons Signed-off-by: Vincent Boutour --- cmd/fibr/templates/story.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/fibr/templates/story.html b/cmd/fibr/templates/story.html index 556cfeaf..e3f1ab0c 100644 --- a/cmd/fibr/templates/story.html +++ b/cmd/fibr/templates/story.html @@ -197,7 +197,7 @@

{{ if .Exif.Geocode.HasAddress }} location - + {{ if index .Exif.Geocode.Address "city_district" }} {{ index .Exif.Geocode.Address "city_district" }}, {{ else }} @@ -225,12 +225,12 @@ {{ index .Exif.Data "Model" }} {{ if index .Exif.Data "FocalLength" }} - lens + lens {{ index .Exif.Data "FocalLength" }} {{ end }} {{ if index .Exif.Data "Aperture" }} - aperture + aperture f/{{ index .Exif.Data "Aperture" }} {{ end }}