diff options
| author | Gustav Eek <gustav.eek@fripost.org> | 2019-11-04 18:40:30 +0100 | 
|---|---|---|
| committer | Gustav Eek <gustav.eek@fripost.org> | 2020-01-06 13:31:44 +0100 | 
| commit | 8a489485dfd72788fd18728fd7c12b9c16053954 (patch) | |
| tree | 857cb3b16559d3bcf2b029db6acc582b136a0418 /templates | |
| parent | c19735a4347bf291542f2ae1e5e2f93dad6639d7 (diff) | |
More meta info added to templates and pages
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/> | 
