diff --git a/generateDocFormats.sh b/generateDocFormats.sh index bedd7ba..162b282 100755 --- a/generateDocFormats.sh +++ b/generateDocFormats.sh @@ -31,8 +31,8 @@ traverse() if [ "$i" = "index.custom" ]; then echo "File: $1/$i" #./bin/pandoc -f html -t pdf -s "$1/$i" -o "$1/index.pdf" - ./bin/pandoc -f html -t html -s "$1/$i" -o "$1/index-simplified.html" - ./bin/pandoc -f html -t odt -s "$1/$i" -o "$1/index.odt" + ./bin/pandoc -f html -t html -s "$1/$i" -o "$1/inclusive-naming-word-lists-v1.0.html" + ./bin/pandoc -f html -t odt -s "$1/$i" -o "$1/inclusive-naming-word-lists-v1.0.odt" fi fi done diff --git a/layouts/wordlist/section.html b/layouts/wordlist/section.html index 4cfddbf..01b6770 100644 --- a/layouts/wordlist/section.html +++ b/layouts/wordlist/section.html @@ -16,8 +16,8 @@
{{ .Page.Description | markdownify }}
This page and its subpages are available as a single downloadable file in these formats: HTML | OpenDocument (.odt) | JSON formats.
-(If you want the entire list of all the words in this release as a single file, use these links instead: HTML, OpenDocument (.odt), or JSON)
+This page and its subpages are available as a single downloadable file in these formats: HTML | OpenDocument (.odt) | JSON formats.
+(If you want the entire list of all the words in this release as a single file, use these links instead: HTML, OpenDocument (.odt), or JSON)
PDF and other formats will be added soon.
{{ partial "docs/content_wordlist.html" . }} diff --git a/layouts/wordlist/single.html b/layouts/wordlist/single.html index 323a1df..28f2a65 100644 --- a/layouts/wordlist/single.html +++ b/layouts/wordlist/single.html @@ -8,8 +8,8 @@This page and its subpages are available as a single downloadable file in these formats: HTML | OpenDocument (.odt) | JSON formats.
-(If you want the entire list of all the words in this release as a single file, use these links instead: HTML, OpenDocument (.odt), or JSON)
+This page and its subpages are available as a single downloadable file in these formats: HTML | OpenDocument (.odt) | JSON formats.
+(If you want the entire list of all the words in this release as a single file, use these links instead: HTML, OpenDocument (.odt), or JSON)
PDF and other formats will be added soon.