mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-10 06:48:01 -05:00
example metadata slide
This commit is contained in:
31
examples/metadata.md
Normal file
31
examples/metadata.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
author: Gopher
|
||||
date: January 2, 2006
|
||||
paging: Page %d of %d
|
||||
---
|
||||
|
||||
# Metadata Example
|
||||
|
||||
Customize the bottom information bar by adding metadata to your `slides.md` file.
|
||||
|
||||
```
|
||||
---
|
||||
author: Gopher
|
||||
date: January 2, 2006
|
||||
paging: Page %d of %d
|
||||
---
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
# Metadata Example
|
||||
|
||||
You can also hide the bottom bar by leaving all of the fields blank
|
||||
|
||||
```
|
||||
---
|
||||
author: ""
|
||||
date: ""
|
||||
paging: ""
|
||||
---
|
||||
```
|
||||
Reference in New Issue
Block a user