diff options
| -rw-r--r-- | events/2013/arg-for-fripost.mdwn | 3 | ||||
| -rw-r--r-- | templates/nonempty.tmpl | 3 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/events/2013/arg-for-fripost.mdwn b/events/2013/arg-for-fripost.mdwn index c9c9b41..338946a 100644 --- a/events/2013/arg-for-fripost.mdwn +++ b/events/2013/arg-for-fripost.mdwn @@ -9,6 +9,9 @@ titlesort: 2013-02-20  abstract: |   gräv ner dig   ta en spade +tags: + - tag1hej + - tag2  ...  [[!tag /events/done]] 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/> | 
