Skip to content

Commit 5bad8a6

Browse files
authored
Update metadata constuction
1 parent 3cbcfb3 commit 5bad8a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ jobs:
6161
TEMPLATE: |
6262
---
6363
lang: en
64-
title-meta: Changelog
64+
title: Changelog
6565
...
6666
67-
# Change Log
68-
6967
{{range .}}
70-
### [{{.name}}](https://${{ github.server_url }}/${{ github.repository }}/releases/tag/{{.tag_name}})
68+
## [{{.name}}](https://${{ github.server_url }}/${{ github.repository }}/releases/tag/{{.tag_name}})
7169
7270
{{.body}}
7371
@@ -81,7 +79,7 @@ jobs:
8179
rm -f header.html
8280
8381
%.html: %.md
84-
pandoc --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
82+
pandoc --title-prefix="${{ github.repository_owner }}" --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
8583
8684
EOF
8785

0 commit comments

Comments
 (0)