summaryrefslogtreecommitdiff
path: root/src/directive/meta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive/meta.rs')
-rw-r--r--src/directive/meta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/meta.rs b/src/directive/meta.rs
index 789a6b0..da595eb 100644
--- a/src/directive/meta.rs
+++ b/src/directive/meta.rs
@@ -10,7 +10,7 @@ pub struct Meta {
impl Meta {
pub const REQUIRED: &'static [&'static str] = &[];
- pub const ALLOWED: &'static [&'static str] = &["date", "link", "title"];
+ pub const ALLOWED: &'static [&'static str] = &["date", "link", "title", "author"];
pub const ALLOW_ANY_UNNAMED: bool = false;
fn set_title(&mut self, title: &str) {