summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-24 14:09:38 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-24 14:09:38 +0100
commit448844d66cef5f4980d0575e783757264c962bb5 (patch)
treef280aaef927da2a30c18f13cc124c8eb77ad3abf /src/doc.rs
parent6547c2d6d5b25f44e52ac56698ed08ff6a5dbb3a (diff)
Allow multiple authors
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index f4a4d968..55e2f467 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -25,7 +25,7 @@ pub struct Document {
/// The document's title.
pub title: Option<EcoString>,
/// The document's author.
- pub author: Option<EcoString>,
+ pub author: Vec<EcoString>,
}
/// A finished layout with elements at fixed positions.