You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
307 B
9 lines
307 B
+++ |
|
title = "Make the author front-matter plural" |
|
authors = ["Mark Twain", "Arthur Conan Doyle"] |
|
tags = ["front-matter", "keys", "replace", "author"] |
|
draft = false |
|
+++ |
|
|
|
Some themes might expect the front-matter list variable for authors to |
|
be `authors` instead of the default `author` created by `ox-hugo`.
|
|
|