From cd75bd5b81593cd04b33d90b54e98654366e1dc4 Mon Sep 17 00:00:00 2001 From: Robert James Gabriel Date: Sun, 28 Jan 2024 15:30:57 -0600 Subject: [PATCH] k --- src/pages/updates.liquid | 85 ++++++++++++---------------------------- 1 file changed, 24 insertions(+), 61 deletions(-) diff --git a/src/pages/updates.liquid b/src/pages/updates.liquid index e7973e5239..7580d5071e 100644 --- a/src/pages/updates.liquid +++ b/src/pages/updates.liquid @@ -14,86 +14,52 @@ redirect_from: [/updates/robin/, /updates/102-5-3/, /updates/102-7-0/, /updates/ --- - -
+
-

What’s new in Helperbird

-

Stay up-to-date with the latest Helperbird developments right here.

+

What’s new in Helperbird

+

Stay up-to-date with the latest Helperbird developments right here.

- - -
- - +
{%- for update in updates.new -%} -
-

- Helperbird {{ update.version }} - +
+

+ Helperbird {{ update.version }}

-
- - +
-

- Changes -

+

Changes

{%- for change in update.changes -%} -

-
New
+
+ New {{ change.title }} -

- -
-

- {{ change.description }} -

-
- +

{{ change.description }}

+
{%- endfor -%}
-

- Fixes -

+

Fixes

{%- for fix in update.fixes -%} -

-
Fix
+
+ Fix {{ fix.title }} -

- -
-

- {{ fix.description }} -

-
- +

{{ fix.description }}

+
{%- endfor -%}
{%- if update.upcoming -%}
-

- Upcoming -

+

Upcoming

{%- for upcoming in update.upcoming -%} -

-
Upcoming
+
+ Upcoming {{ upcoming.title }} -

-
-

- {{ upcoming.description }} -

-
- +

{{ upcoming.description }}

+
{%- endfor -%}
{%- endif -%} @@ -101,7 +67,4 @@ redirect_from: [/updates/robin/, /updates/102-5-3/, /updates/102-7-0/, /updates/

{%- endfor -%} - - - -
\ No newline at end of file +