mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
32 lines
386 B
Markdown
32 lines
386 B
Markdown
---
|
|
author: Gopher
|
|
date: May 22, 2022
|
|
paging: Page %d of %d
|
|
---
|
|
|
|
# Metadata Example
|
|
|
|
Customize the bottom information bar by adding metadata to your `slides.md` file.
|
|
|
|
```
|
|
---
|
|
author: Gopher
|
|
date: May 22, 2022
|
|
paging: Page %d of %d
|
|
---
|
|
```
|
|
|
|
---
|
|
|
|
# Metadata Example
|
|
|
|
You can also hide the bottom bar by leaving all of the fields blank
|
|
|
|
```
|
|
---
|
|
author: ""
|
|
date: ""
|
|
paging: ""
|
|
---
|
|
```
|