Footers and Slide Numbers
To add a persistent footer to each slide of your presentation, insert the following command at the top of your file:
footer: Your footer goes here
To add running slide numbers to each slide of your presentation, insert the following command at the top of your file:
slidenumbers: true
When combining the two commands, please make sure that there are no empty lines between the two.
footer: Your footer goes here
slidenumbers: true
You can use standard text styles such as emphasis in your footer text, just as you would in other places too.
footer: Use *emphasis* and ~~other~~ text styles if you like
For richer footers, use the multi-line block form and include full markdown, images, or columns:
footer: <<<
[.column]
Left footer text
[.column]
Right footer text
[.end-columns]
>>>
footer: <<<

>>>
If you want to disable footers or slide numbers on individual slides, you can do so by using per slide commands.