Skip to content

Commit 3a5fac7

Browse files
Replace more broken images with new cute puppies
1 parent 25d1dec commit 3a5fac7

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

layouts/shortcodes/figure.html

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

55
{{< figure >}}
6-
src = "https://images.unsplash.com/photo-1546238232-20216dec9f72"
7-
alt = "Cute puppies"
6+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
7+
alt = 'Cute puppies'
88
height = 200
9-
width = 200
10-
title = "Figure title"
11-
attribution = "Figure Credits: Cute puppies image from unsplash.com"
12-
attributionlink = "https://images.unsplash.com/photo-1546238232-20216dec9f72"
9+
width = 400
10+
title = 'Figure title'
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
'''
@@ -27,7 +27,7 @@
2727
attributionlink = "https://images.unsplash.com/photo-1546238232-20216dec9f72"
2828
align = "left"
2929
height = 150
30-
width = 150
30+
width = 300
3131
caption = '''
3232
A figure with left alignment.
3333
'''
@@ -46,7 +46,7 @@
4646
attributionlink = "https://images.unsplash.com/photo-1546238232-20216dec9f72"
4747
align = "right"
4848
height = 150
49-
width = 150
49+
width = 300
5050
caption = "A figure with right alignment."
5151
>}}
5252

layouts/shortcodes/grid.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
header = 'A clickable image card'
6969
link = 'https://example.com'
7070
body = '''{{< image >}}
71-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
71+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
7272
alt = 'Cute puppies'
7373
{{< /image >}}'''
7474

@@ -77,7 +77,7 @@
7777
classcard = 'text-center'
7878
link = 'https://example.com'
7979
body = '''{{< image >}}
80-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
80+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
8181
alt = 'Cute puppies'
8282
{{< /image >}}
8383

@@ -87,7 +87,7 @@
8787
type = 'card'
8888
link = 'https://example.com'
8989
body = '''{{< image >}}
90-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
90+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
9191
alt = 'Cute puppies'
9292
{{< /image >}}'''
9393
footer = 'A clickable figure card'

layouts/shortcodes/image.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,30 @@
33
doc: Images
44

55
{{< image >}}
6-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
6+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
77
alt = 'Cute puppies'
8+
height = 200
9+
width = 400
810
{{< /image >}}
911

1012
A clickable image:
1113

1214
{{< image >}}
13-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
15+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
1416
alt = 'Cute puppies'
1517
target = 'https://unsplash.com/'
1618
height = 200
17-
width = 200
19+
width = 400
1820
{{< /image >}}
1921

2022
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
2123

2224
{{< image >}}
23-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
25+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
2426
alt = 'Cute puppies'
2527
align = 'right'
2628
height = 200
27-
width = 200
29+
width = 400
2830
loading = 'lazy'
2931
{{< /image >}}
3032

layouts/shortcodes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{< sidebar title="Ch’ien / The Creative" >}}
66
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
77
{{< image >}}
8-
src = 'https://source.unsplash.com/200x200/daily?cute+puppy'
8+
src = 'https://images.unsplash.com/photo-1546238232-20216dec9f72'
99
alt = 'Cute puppies'
1010
align = 'center'
1111
{{< /image >}}

0 commit comments

Comments
 (0)