Skip to content

Commit 56b54a5

Browse files
Use a new Unsplash link for cute puppies' image
1 parent 9f4cf22 commit 56b54a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

layouts/shortcodes/figure.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
doc: Figures
44

55
{{< figure >}}
6-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
6+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
77
alt = 'Cute puppies'
88
height = 200
99
width = 200
1010
title = 'Figure title'
11-
attribution = 'Figure Credits: Daily cute puppy image from unslash.com'
12-
attributionlink = 'https://source.unsplash.com/200x200/daily?cute+puppy'
11+
attribution = 'Figure Credits: Cute puppies image from unsplash.com'
12+
attributionlink = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
1313
caption = '''
1414
A figure is an image with a caption. Figures may also include a tile, legend, and/or attribution.
1515
'''
@@ -21,10 +21,10 @@
2121
{{< /figure >}}
2222

2323
{{< figure >}}
24-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
24+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
2525
alt = 'Cute puppies'
26-
attribution = 'from unslash.com'
27-
attributionlink = 'https://source.unsplash.com/200x200/daily?cute+puppy'
26+
attribution = 'Figure Credits: Cute puppies image from unsplash.com'
27+
attributionlink = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
2828
align = 'left'
2929
height = 150
3030
width = 150

0 commit comments

Comments
 (0)