diff options
Diffstat (limited to '_common.yml')
-rw-r--r-- | _common.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_common.yml b/_common.yml index 0e782e4..28b6aed 100644 --- a/_common.yml +++ b/_common.yml @@ -3,7 +3,9 @@ author: "Silvio Rhatto" date : "`r Sys.Date()`" # Publisher -publisher: "Bookup" +# Since neither Pandoc or Bookdown natively supports the publisher metadata, +# we read this information from snippets/publisher.txt instead. +#publisher: "Bookup" # Language lang: "en" |