Skip to content

Commit

Permalink
Fix problem with Hugo shortcodes (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed May 10, 2023
1 parent 23c9327 commit b16f150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/Practices/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: ""
weight: 5
---

{{% children style="h2" depth="1" description="true" %}}
{{% children style="h2" depth="1" description="true" /%}}
2 changes: 1 addition & 1 deletion content/Translations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: ""
weight: 10
---

{{% children style="h2" depth="1" description="true" %}}
{{% children style="h2" depth="1" description="true" /%}}
3 changes: 3 additions & 0 deletions data/names/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ list:
- fName: Anthony
lName: Accioly
contact: https://www.linkedin.com/in/aaccioly/
- fName: Sean
lName: Poulter
contact: https://ca.linkedin.com/in/seanpoulter

0 comments on commit b16f150

Please sign in to comment.