Skip to content

Commit 3c6e508

Browse files
Remove grid1 shortcode (#552)
1 parent 1f4964e commit 3c6e508

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

doc/content/about/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ The **Scientific Python Hugo Theme** is a theme for the
77
[Hugo](https://gohugo.io) static site generator built on the
88
[Fresh](https://github.com/StefMa/hugo-fresh) theme.
99

10-
{{< grid1 file="theme-team.toml" columns="2 3 4 5" />}}
10+
{{< grid file="theme-team.toml" columns="2 3 4 5" />}}

layouts/shortcodes/grid.html

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

33
doc: Grids.
44

5-
{{< grid1 columns="1 2 3 4" outline="true" >}}
5+
{{< grid columns="1 2 3 4" outline="true" >}}
66

77
[[item]]
88
type = ''
@@ -20,9 +20,9 @@
2020
type = ''
2121
body = 'D'
2222

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

25-
{{< grid1 columns="1 2 2 4" >}}
25+
{{< grid columns="1 2 2 4" >}}
2626

2727
[[item]]
2828
type = 'card'
@@ -92,7 +92,7 @@
9292
{{< /image >}}'''
9393
footer = 'A clickable figure card'
9494

95-
{{< /grid1 >}}
95+
{{< /grid >}}
9696

9797
*/}}
9898

layouts/shortcodes/grid1.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)