diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/nonempty.tmpl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/templates/nonempty.tmpl b/templates/nonempty.tmpl index 087e403..319a79d 100644 --- a/templates/nonempty.tmpl +++ b/templates/nonempty.tmpl @@ -8,7 +8,8 @@ abstract: |<TMPL_VAR ABSTRACT>|<BR/>  pandoc_date: |<TMPL_VAR PANDOC_DATE>|<BR/>  pandoc_primary_author: |<TMPL_VAR PANDOC_PRIMARY_AUTHOR>|<BR/>  num_authors: |<TMPL_VAR NUM_AUTHORS>|<BR/> -pandoc_tags: |<TMPL_VAR PANDOC_TAGS>|<BR/> +tag: |<TMPL_VAR TAG>|<BR/> +pandoc_tag: |<TMPL_VAR PANDOC_TAG>|<BR/>  pandoc_titlesort: |<TMPL_VAR PANDOC_TITLESORT>|<BR/>  pandoc_abstract: |<TMPL_VAR PANDOC_ABSTRACT>|<BR/>  pandoc_title: |<TMPL_VAR PANDOC_TITLE>|<BR/> | 
