Files
slides/examples/metadata.md
2021-08-06 16:45:12 -04:00

392 B

author, date, paging
author date paging
Gopher January 2, 2006 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: ""
---