From 525e4b55470bee2a7ac6e933b1c9364d0d07c7c8 Mon Sep 17 00:00:00 2001 From: wermos <63574588+wermos@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:41:40 +0530 Subject: [PATCH] Removed an unused option. --- layouts/shortcodes/timelineItem.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}