#
This commit is contained in:
@@ -14,6 +14,6 @@ h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefi
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% include fragment-pageTable.html %}
|
{% include fragment-pageTable.html %}
|
||||||
{% assign path = page.path | split: '.html' %}
|
{% assign path = page.path | split: '.html' %}
|
||||||
{{ content }}
|
{% include {{path}}.xml %}
|
||||||
</div>
|
</div>
|
||||||
{% include fragment-pageend.html %}
|
{% include fragment-pageend.html %}
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<p><b>Version History</b></p>
|
||||||
<h3>Version History</h3>
|
|
||||||
|
<p>This page provides the version history for the Bangladesh Core FHIR Implementation Guide.</p>
|
||||||
[%history%]
|
|
||||||
|
<p>For a machine-readable version history, see <a href="package-list.json">package-list.json</a>.</p>
|
||||||
|
|
||||||
|
<p><i>Version history is automatically generated from package-list.json during the build process.</i></p>
|
||||||
|
|
||||||
|
<p><b>Note:</b> If you see this message, the automated history generation did not complete. The version list should appear here.</p>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user