diff --git a/content/pages/apropos.md b/content/pages/apropos.md index b02cab3..33b19a1 100644 --- a/content/pages/apropos.md +++ b/content/pages/apropos.md @@ -4,4 +4,6 @@ date: "2020-02-02:02:02:02" layout: plain --- En fait, c'est des photos de vacances. Mais si vous leur trouvez une autre utilité, faites-vous plaisir, [vous avez le -droit de les réutiliser](/pages/licences). \ No newline at end of file +droit de les réutiliser](/pages/licences). + +Aucune de ces photos n'est retouchée au-delà du simple développement RAW. \ No newline at end of file diff --git a/themes/photos/layouts/_default/single.html b/themes/photos/layouts/_default/single.html index 58280f7..512a776 100644 --- a/themes/photos/layouts/_default/single.html +++ b/themes/photos/layouts/_default/single.html @@ -7,12 +7,12 @@ {{ .Title }}
-
+
{{ .Title }}

{{ .Content }}

{{ partial "dldropdown.html" . }}
-
+
Classements
{{ with .Params.lieux }}
Lieu : {{ range . }}{{ with ($.Site.GetPage (printf "/lieux/%s" .)) }}{{ .Title }}{{ end }}{{ end }}
@@ -32,16 +32,16 @@ {{ end }}
-
+
Métadonnées (EXIF)
-

Date de prise de vue : {{ .Params.date }}
- Vitesse : {{ .Params.speed }}
- Ouverture : f/{{ .Params.aperture }}
- Longueur focale : {{ .Params.focal }} mm
- Sensibilité : {{ .Params.iso }} ISO
- Largeur : {{ .Params.widthFull }} pixels
- Hauteur : {{ .Params.heightFull }} pixels
- Poids : {{ .Params.fileSizeFull }}

+

Date de prise de vue :
{{ .Params.date.Format "2006-01-02 15:04:15 -0700" }}
+ Vitesse : {{ .Params.speed }}
+ Ouverture : f/{{ .Params.aperture }}
+ Longueur focale : {{ .Params.focal }} mm
+ Sensibilité : {{ .Params.iso }} ISO
+ Largeur : {{ .Params.widthFull }} pixels
+ Hauteur : {{ .Params.heightFull }} pixels
+ Poids : {{ .Params.fileSizeFull }}

diff --git a/themes/photos/layouts/partials/footer.html b/themes/photos/layouts/partials/footer.html index 5fff393..0f89960 100644 --- a/themes/photos/layouts/partials/footer.html +++ b/themes/photos/layouts/partials/footer.html @@ -9,10 +9,10 @@
-
+
- + Logo CC BY 4.0
Toutes les images et textes du site sont mis à disposition selon les termes de la @@ -22,7 +22,7 @@
-
+
Le site est mis à disposition selon les termes de diff --git a/themes/photos/layouts/partials/gallery.html b/themes/photos/layouts/partials/gallery.html index efd7873..21095a2 100644 --- a/themes/photos/layouts/partials/gallery.html +++ b/themes/photos/layouts/partials/gallery.html @@ -6,8 +6,9 @@ Miniature pour {{ .Title }}
@@ -18,7 +19,7 @@