diff --git a/themes/cloud.autonomic.zone/layouts/partials/index/server_hero.html b/themes/cloud.autonomic.zone/layouts/partials/index/server_hero.html index d473dbd..9a75a86 100644 --- a/themes/cloud.autonomic.zone/layouts/partials/index/server_hero.html +++ b/themes/cloud.autonomic.zone/layouts/partials/index/server_hero.html @@ -22,7 +22,7 @@

Learn More

- Down Chevron diff --git a/themes/cloud.autonomic.zone/layouts/partials/index/underline_points.html b/themes/cloud.autonomic.zone/layouts/partials/index/underline_points.html index 460fc29..aa27393 100644 --- a/themes/cloud.autonomic.zone/layouts/partials/index/underline_points.html +++ b/themes/cloud.autonomic.zone/layouts/partials/index/underline_points.html @@ -1,11 +1,14 @@ -
+ +{{ $title := lower .title }} +

{{ .title }}


- {{ $title := lower .title }} {{ $amount := len .data }} {{ range $index, - $item := .data }} {{/* Don't place -
- if it is the first in the list */}} {{ if gt $index 0 }} + + {{ $amount := len .data }} + {{ range $index, $item := .data }} + {{/* Don't place
if it is the first in the list */}} + {{ if gt $index 0 }}
{{ end }}