Skip to content

Commit c4e22ca

Browse files
committed
fix: remove unnecessary div
was also causing issues with the hugo upgrade and rendering as raw text
1 parent 68bd191 commit c4e22ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/en/_index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
linkTitle = "Open Modeling Foundation"
44
+++
55

6-
{{< blocks/cover image_anchor="bottom" color="primary" height="full">}}
6+
{{< blocks/cover image_anchor="bottom" color="primary" height="full" >}}
77
<h1>The Open Modeling Foundation</h1>
88
<h3 class="mb-3 pt-3 font-weight-light">Enabling next generation modeling of human and natural systems</h3>
99

@@ -19,9 +19,7 @@ <h3 class="mb-3 pt-3 font-weight-light">Enabling next generation modeling of hum
1919
</a>
2020
</div>
2121

22-
<div class="mx-auto pt-5 arrow-scroll">
23-
{{< blocks/link-down color="primary-light" >}}
24-
</div>
22+
{{< blocks/link-down color="primary-light" >}}
2523

2624
{{< /blocks/cover >}}
2725

0 commit comments

Comments
 (0)