From 665ba07e37364ece29b07a415ded231b5e87dc98 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 05:20:59 +0600 Subject: [PATCH] modified history template --- input/pagecontent/history.xml | 42 +++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml index c94ba7b..02a9367 100644 --- a/input/pagecontent/history.xml +++ b/input/pagecontent/history.xml @@ -1,12 +1,15 @@ - -
-

Version History

- -

This page provides the version history for the Bangladesh Core FHIR Implementation Guide.

- -

For a machine-readable version history, see package-list.json.

+
+ +

Version History

+

+ This page provides the version history for the Bangladesh Core FHIR Implementation Guide. +

+

+ For a machine-readable version history, see package-list.json. +

-

Published Versions

+ +

Published Versions

@@ -17,24 +20,25 @@ - {% for entry in site.data['package-list'].list %} - {% if entry.version != 'current' %} + {% for ver in site.data.info.versions %} + {% if ver.id != 'current' %} - - - - + + + + {% endif %} {% endfor %}
{{entry.version}}{{entry.date}}{{entry.status}}{{entry.desc}}{{ver.id}}{{ver.date}}{{ver.status}}{{ver.desc}}
- -

Continuous Integration Build

- {% for entry in site.data['package-list'].list %} - {% if entry.version == 'current' %} + + +

Continuous Integration Build

+ {% for ver in site.data.info.versions %} + {% if ver.id == 'current' %}
-

Latest development build is available at: {{entry.path}}

+

Latest development build is available at: {{ver.url}}

{% endif %} {% endfor %}