Skip to content

Commit c0d768c

Browse files
committed
Rename tags to keywords in pandoc metadata
`tags` aren't picked up by pandoc (anymore?). Fixes timtroendle#24
1 parent 1e5cb36 commit c0d768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default/{{cookiecutter.project_short_name}}/report/pandoc-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: {{cookiecutter.project_name}}
33
author:
44
- {{cookiecutter.author}}
55
institute: {{cookiecutter.institute}}
6-
tags:
6+
keywords:
77
- reproducible-research
88
abstract: |
99
{{cookiecutter.short_description}}

0 commit comments

Comments
 (0)