Skip to content

Commit

Permalink
Updated post
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jul 15, 2024
1 parent f7deab7 commit 6904c6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions content/post/hdr-image-analysis/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ And there are also some entries in the "Börsenblatt des deutschen Buchhandels".

This book also contains copies of stamp impressions. Some of the stamp colours used can be excited by UV radiation...

{{< gallery >}}
[
{"src": "img/presse.jpg", "alt": "Press"},
{"src": "img/front.jpg", "alt": "Book cover"},
{"src": "img/page.jpg", "alt": "Page"}
]
{{</ gallery >}}

# Example

{{< hdr-canvas-check >}}
Expand Down
6 changes: 3 additions & 3 deletions content/post/hdr-image-analysis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Dieses Buch enthält auch Kopien von Stempelabdrücken. Teilweise lässt sich di

{{< gallery >}}
[
{"src": "img/presse.jpg"},
{"src": "img/front.jpg"},
{"src": "img/page.jpg"}
{"src": "img/presse.jpg", "alt": "Presse"},
{"src": "img/front.jpg", "alt": "Buchdeckel"},
{"src": "img/page.jpg", "alt": "Seite"}
]
{{</ gallery >}}

Expand Down

0 comments on commit 6904c6b

Please sign in to comment.