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 %}