diff --git a/layouts/shortcodes/timelineItem.html b/layouts/shortcodes/timelineItem.html index 294b4111..ecfa0330 100644 --- a/layouts/shortcodes/timelineItem.html +++ b/layouts/shortcodes/timelineItem.html @@ -2,7 +2,6 @@ {{ $header := .Get "header" }} {{ $badge := .Get "badge" }} {{ $subheader := .Get "subheader" }} -{{ $text := .Get "text" }}
  • @@ -17,7 +16,7 @@ {{ end }} {{ if $badge }}

    - {{ partial "badge" $badge}} + {{ partial "badge" $badge}}

    {{ end }}