Stream: IG creation
Topic: Template issue with fragment-footer
Sami Adnan (Jul 02 2021 at 09:37):
@Jose Costa Teixeira we're using your template here: https://github.com/BIH-CEI/napkon-dynamic and we are able to change the colours. But the links in the footer are not updating as it seems to be hard-coded as follows:
<span style="color: #FFFF77">
Links: <a style="color: #81BEF7" href="toc.html">Table of Contents</a> |
<a style="color: #81BEF7" href="qa.html">QA Report</a> |
<a style="color: #81BEF7" target="_blank" href="https://github.com/BIH-CEI/napkon-dynamic/projects/1">Issues</a> |<a style="color: #81BEF7" target="_blank" href="https://github.com/BIH-CEI/napkon-dynamic/issues/new">Submit an issue</a> |
<a style="color: #81BEF7" target="_blank" href="http://fhir.de/napkon-bih/history.html">Version History</a> |
<a style="color: #81BEF7" rel="license" href="http://hl7.org/fhir/R4/license.html"><img style="border-style: none;" alt="CC-BY" src="assets/images/cc-by.png" height="17"></a> |
<!--<a style="color: #81BEF7" href="todo.html">Search</a> | -->
</span>
Thank you so much. This is really an awesome way to get the IG going and also have the process fully automated.
Sami Adnan (Jul 02 2021 at 12:26):
I solved the issue by adding the fragment-footer.html
in the _local-template_ folder. Thanks again @Jose Costa Teixeira !
Jose Costa Teixeira (Jul 02 2021 at 13:04):
Thanks for spotting this. The Belgian template was indeed overwriting the footer with fixed colors, but that is no longer the case in the base template - so you can base your local template on the base template.
Jose Costa Teixeira (Jul 02 2021 at 13:04):
I will update the Belgian template anyway
Sami Adnan (Jul 07 2021 at 07:55):
Jose Costa Teixeira said:
I will update the Belgian template anyway
@Jose Costa Teixeira is there a way to update the template that is already running? I used the hl7-be/empty-ig-custom as a template. So if you update the Belgian template, how can I adapt those changes? Sorry for the beginner-type questions :sweat_smile:
Last updated: Apr 12 2022 at 19:14 UTC