diff --git a/README.md b/README.md index 0485b24..f6a7e89 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Author: ITI Technical Committee Email: [iti@ihe.net](mailto:iti@ihe.net) -**Please verify you have the most recent version of this white paper. See [here](http://profiles.ihe.net/ITI) for the Published version. +**Please verify you have the most recent version of this white paper. See [here](http://profiles.ihe.net/ITI) for the Published version.** # Foreword diff --git a/gen-html.bat b/gen-html.bat index 753e2d0..3a47a49 100644 --- a/gen-html.bat +++ b/gen-html.bat @@ -1,2 +1 @@ -pandoc -r gfm --template=https://github.com/IHE/publications/raw/master/ihe_template.html --metadata title="HIE-Whitepaper" --metadata path-prefix="../../" -w html -o index.html README.md -REM pandoc -r gfm --standalone --metadata title="HIE-Whitepaper" -w html --css=style.css -o index.html README.md \ No newline at end of file +pandoc -r gfm --template=https://github.com/IHE/publications/wiki/files/ihe_template.html --metadata title="HIE-Whitepaper" --metadata path-prefix="../../" -w html -o index.html README.md diff --git a/gen-html.sh b/gen-html.sh deleted file mode 100755 index cad8c92..0000000 --- a/gen-html.sh +++ /dev/null @@ -1 +0,0 @@ -pandoc -r gfm --template=https://github.com/IHE/publications/raw/master/ihe_template.html --metadata title="HIE-Whitepaper" --metadata path-prefix="../../" -w html -o index.html README.md