From e1c248f8ca43d3d760aa1d02624f158a506fb415 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Fri, 6 Aug 2021 16:44:21 -0400 Subject: [PATCH] example metadata slide --- examples/metadata.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/metadata.md diff --git a/examples/metadata.md b/examples/metadata.md new file mode 100644 index 0000000..4aff444 --- /dev/null +++ b/examples/metadata.md @@ -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: "" +--- +```