You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
null handling improvements and updates to unsplash URL placeholders (#5)
* Fix null values for description and alt_description
* Fix location data fallback to 'Unknown'
* Updated placeholder names for unsplash raw photo file.
Added new placeholder for a link to the image unsplash.com.
* Fix default value for creator name
Photo by [{{ unsplash-name }}]({{ unsplash-portfolio-url }}) on [unsplash.com](https://unsplash.com/) • {{ socials }}
63
+
64
+
Taken at {{ location }} • {{ google-maps }}
59
65
60
-
Photo by [{{ unsplash-name }}]({{ unsplash-portfolio-url }}) on [unsplash.com](https://unsplash.com/)
66
+
---
67
+
68
+
<details>
69
+
<summary>Photography Details</summary>
70
+
71
+
| Parameter | Value |
72
+
| ------------- | ----- |
73
+
| Camera Model | {{ model }} |
74
+
| Exposure Time | {{ exposure-time }} |
75
+
| Aperture | {{ aperture }} |
76
+
| Focal Length | {{ focal-length }} |
77
+
| ISO | {{ iso }} |
78
+
| Location | {{ location }} ({{ country }}) |
79
+
| Coordinates | Latitude {{ latitude }}, Longitude {{ longitude }} |
80
+
81
+
</details>
82
+
61
83
</div>
62
84
63
85
----
64
86
65
87
☝️ A random image is retrieved and posted to my profile daily via the [BagToad/random-unsplash-action](https://github.com/BagToad/random-unsplash-action) action!
88
+
66
89
```
67
90
68
91
# Action Inputs
@@ -84,7 +107,8 @@ More information can be found in [the Unsplash API docs](https://unsplash.com/do
0 commit comments