Added sample local template, updated class notes
This commit is contained in:
parent
5123e72fa2
commit
84c67ccdc2
Binary file not shown.
1
ig.ini
1
ig.ini
@ -4,6 +4,7 @@
|
||||
|
||||
ig = input/myig.xml
|
||||
template = fhir.base.template#current
|
||||
#template = #local-template
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
local-template/content/assets/images/SampleLogo.png
Normal file
BIN
local-template/content/assets/images/SampleLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
3
local-template/includes/_append.fragment-header.html
Normal file
3
local-template/includes/_append.fragment-header.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div id="project-nav">
|
||||
<a id="project-logo" no-external="true" href="http://example.org"><img height="55" alt="Visit the Example website" src="{{site.data.info.assets}}assets/images/SampleLogo.png"/> </a>
|
||||
</div>
|
||||
13
local-template/package/package.json
Normal file
13
local-template/package/package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "hl7.sample.template",
|
||||
"version": "0.0.1",
|
||||
"type": "fhir.template",
|
||||
"license": "CC0-1.0",
|
||||
"description": "Sample Template - not intended for real use",
|
||||
"author": "http://hl7.org/fhir",
|
||||
"canonical": "http://github.com/HL7/ig-template-sample",
|
||||
"base": "fhir.base.template",
|
||||
"dependencies": {
|
||||
"fhir.base.template": "current"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user