Skip to content

Commit 9a813d9

Browse files
Replace grid1 shortcode with grid (#159)
1 parent b9ba49c commit 9a813d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title:
33
---
44

5-
{{< grid1 columns="1 2 2 2" >}}
5+
{{< grid columns="1 2 2 2" >}}
66

77
[[item]]
88
type = 'card'
@@ -20,7 +20,7 @@ body = '''
2020
Learn recommended tools and approaches for developing Scientific Python libraries.
2121
'''
2222

23-
{{< /grid1 >}}
23+
{{< /grid >}}
2424

2525
<!--
2626
# - buttonText: Maintainer Guide

content/contributors/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to the Contributor Guide! Here you will find useful resources that will
77

88
## First steps
99

10-
{{< grid1 columns="1 2 2 3" >}}
10+
{{< grid columns="1 2 2 3" >}}
1111

1212
[[item]]
1313
type = 'card'
@@ -39,11 +39,11 @@ title = 'First contribution'
3939
link = 'first-contribution'
4040
body = 'Start working on your first contribution to open source Scientific Python.'
4141

42-
{{< /grid1 >}}
42+
{{< /grid >}}
4343

4444
## Getting set up
4545

46-
{{< grid1 columns="1 2 2 3" >}}
46+
{{< grid columns="1 2 2 3" >}}
4747

4848
[[item]]
4949
type = 'card'
@@ -63,4 +63,4 @@ title = 'Next steps'
6363
link = 'setup/next-steps'
6464
body = 'Start exploring some of the packages from the Scientific Python ecosystem.'
6565

66-
{{< /grid1 >}}
66+
{{< /grid >}}

0 commit comments

Comments
 (0)