Preparing to add html as a presentation option
This commit is contained in:
parent
ff680b9549
commit
e8b042df54
8 changed files with 52 additions and 301 deletions
|
@ -23,6 +23,7 @@ pub struct Presentation {
|
|||
pub title: String,
|
||||
pub path: String,
|
||||
pub page_count: Option<i32>,
|
||||
pub html: bool,
|
||||
}
|
||||
|
||||
#[derive(Queryable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue