From 8c8b8f032c3fdcc52356cb65acbe5b7d9ab19682 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 13:32:02 +0600 Subject: [PATCH] # --- input/pagecontent/history.xml | 42 +++++++---------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml index 625618c..681ad13 100644 --- a/input/pagecontent/history.xml +++ b/input/pagecontent/history.xml @@ -1,39 +1,13 @@

Version History

- - - - - - - - - - - - {% comment %} Try Publisher's internal info first, then fall back to the _data file {% endcomment %} - {% assign versions = site.data.info.versions %} - {% if versions == nil %} - {% assign versions = site.data['package-list'].list %} - {% endif %} - - {% for ver in versions %} - {% if ver.version != 'current' and ver.id != 'current' %} - - - - - - - {% endif %} - {% endfor %} - -
VersionDateStatusDescription
{{ ver.version | default: ver.id }}{{ ver.date }}{{ ver.status }}{{ ver.desc }}
- - {% if versions == nil %} -

- Notice: Version data could not be resolved. Ensure input/_data/package-list.json exists. +

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

+ + {% include fragment-history.html %} + +

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

- {% endif %}
\ No newline at end of file